Html Css Color HEX #DBA64C Rob Roy

📋 copy color: '#DBA64C'

red 219 ◦ green 166 ◦ blue 76

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

Shades of Rob Roy #DBA64C

Tints of Rob Roy #DBA64C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.01%

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

R = 47.51%
G = 36.01%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DBA64C (or 0xDBA64C) is known color: Rob Roy. HEX triplet: DB, A6 and 4C. RGB value is (219,166,76). Sum of RGB (Red+Green+Blue) = 219+166+76=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 76 (30.08% from 255 or 16.49% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA64C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA64C is #2459B3. Grayscale: #ACACAC. Windows color (decimal): -2382260 or 5023451. OLE color: 5023451.

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

Color convert

RGB 219 166 76 -
CMYK 0 0.24 0.65 0.14
HSL 37.76º 0.67% 0.58% -
HSV(B) 37.76º 0.65% 0.86% -
XYZ 44.15 42.85 12.78 -
YUV 171.59 74.06 161.82 -
System Red Green Blue C M Y K H S L
Decimal 219 166 76 0 0.24 0.65 0.14 37.76 0.67 0.58
Hex DB A6 4C 0 18 41 E 26 43 3A
Octal 333 246 114 0 30 101 16 46 103 72
Binary 11011011 10100110 1001100 0 11000 1000001 1110 100110 1000011 111010

Color Harmonies of #DBA64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA64C

Black with #DBA64C

Text Example


Text Example

White with #DBA64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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