Html Css Color HEX #DBA84C Rob Roy

📋 copy color: '#DBA84C'

red 219 ◦ green 168 ◦ blue 76

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

Shades of Rob Roy #DBA84C

Tints of Rob Roy #DBA84C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.29%

 BLUE value IS 76 (30.08% from 255) = 16.41%

R = 47.3%
G = 36.29%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DBA84C (or 0xDBA84C) is known color: Rob Roy. HEX triplet: DB, A8 and 4C. RGB value is (219,168,76). Sum of RGB (Red+Green+Blue) = 219+168+76=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA84C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA84C is #2457B3. Grayscale: #ADADAD. Windows color (decimal): -2381748 or 5023963. OLE color: 5023963.

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

Color convert

RGB 219 168 76 -
CMYK 0 0.23 0.65 0.14
HSL 38.6º 0.67% 0.58% -
HSV(B) 38.6º 0.65% 0.86% -
XYZ 44.52 43.59 12.9 -
YUV 172.76 73.4 160.98 -
System Red Green Blue C M Y K H S L
Decimal 219 168 76 0 0.23 0.65 0.14 38.6 0.67 0.58
Hex DB A8 4C 0 17 41 E 27 43 3A
Octal 333 250 114 0 27 101 16 47 103 72
Binary 11011011 10101000 1001100 0 10111 1000001 1110 100111 1000011 111010

Color Harmonies of #DBA84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA84C

Black with #DBA84C

Text Example


Text Example

White with #DBA84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA84C; }

 p { color: rgb(219,168,76); }

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

background-color css

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

 a { background-color: rgb(219,168,76); }

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

border-color css

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

 span { border-color: rgb(219,168,76); }

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