Html Css Color HEX #DBB64E Rob Roy

📋 copy color: '#DBB64E'

red 219 ◦ green 182 ◦ blue 78

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

Shades of Rob Roy #DBB64E

Tints of Rob Roy #DBB64E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38%

 BLUE value IS 78 (30.86% from 255) = 16.28%

R = 45.72%
G = 38%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DBB64E (or 0xDBB64E) is known color: Rob Roy. HEX triplet: DB, B6 and 4E. RGB value is (219,182,78). Sum of RGB (Red+Green+Blue) = 219+182+78=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 78 (30.86% from 255 or 16.28% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB64E is #2449B1. Grayscale: #B5B5B5. Windows color (decimal): -2378162 or 5158619. OLE color: 5158619.

HSL color Cylindrical-coordinate representation of color #DBB64E: hue angle of 44.26º 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 #DBB64E is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 182 78 -
CMYK 0 0.17 0.64 0.14
HSL 44.26º 0.66% 0.58% -
HSV(B) 44.26º 0.64% 0.86% -
XYZ 47.32 49.07 14.18 -
YUV 181.21 69.76 154.96 -
System Red Green Blue C M Y K H S L
Decimal 219 182 78 0 0.17 0.64 0.14 44.26 0.66 0.58
Hex DB B6 4E 0 11 40 E 2C 42 3A
Octal 333 266 116 0 21 100 16 54 102 72
Binary 11011011 10110110 1001110 0 10001 1000000 1110 101100 1000010 111010

Color Harmonies of #DBB64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB64E

Black with #DBB64E

Text Example


Text Example

White with #DBB64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB64E; }

 p { color: rgb(219,182,78); }

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

background-color css

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

 a { background-color: rgb(219,182,78); }

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

border-color css

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

 span { border-color: rgb(219,182,78); }

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