Html Css Color HEX #DBB04F Rob Roy

📋 copy color: '#DBB04F'

red 219 ◦ green 176 ◦ blue 79

#DBB04F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rob Roy #DBB04F

Tints of Rob Roy #DBB04F

RGB

 RED value IS 219 (85.94% from 255) = 46.2%

 GREEN value IS 176 (69.14% from 255) = 37.13%

 BLUE value IS 79 (31.25% from 255) = 16.67%

R = 46.2%
G = 37.13%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DBB04F (or 0xDBB04F) is known color: Rob Roy. HEX triplet: DB, B0 and 4F. RGB value is (219,176,79). Sum of RGB (Red+Green+Blue) = 219+176+79=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 79 (31.25% from 255 or 16.67% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB04F is #244FB0. Grayscale: #B2B2B2. Windows color (decimal): -2379697 or 5222619. OLE color: 5222619.

HSL color Cylindrical-coordinate representation of color #DBB04F: hue angle of 41.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBB04F is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 79 -
CMYK 0 0.20 0.64 0.14
HSL 41.57º 0.66% 0.58% -
HSV(B) 41.57º 0.64% 0.86% -
XYZ 46.15 46.68 13.97 -
YUV 177.8 72.25 157.39 -
System Red Green Blue C M Y K H S L
Decimal 219 176 79 0 0.20 0.64 0.14 41.57 0.66 0.58
Hex DB B0 4F 0 14 40 E 2A 42 3A
Octal 333 260 117 0 24 100 16 52 102 72
Binary 11011011 10110000 1001111 0 10100 1000000 1110 101010 1000010 111010

Color Harmonies of #DBB04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB04F

Black with #DBB04F

Text Example


Text Example

White with #DBB04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB04F; }

 p { color: rgb(219,176,79); }

 H1.HeaderClassName
 {
   color: #DBB04F;
 }
 .AnyTagClassName
 {
   color: #DBB04F;
 }
</style>

background-color css

<style>
 a { background-color: #DBB04F; }

 a { background-color: rgb(219,176,79); }

 div.DivClassName
 {
   background-color: #DBB04F;
 }
 .BgClassName
 {
   background-color: #DBB04F;
 }
</style>

border-color css

<style>
 span { border-color: #DBB04F; }

 span { border-color: rgb(219,176,79); }

 td.TdClassName
 {
   border-color: #DBB04F;
 }
 .TagClassName
 {
   border-color: #DBB04F;
 }
</style>