Html Css Color HEX #DAB84C Rob Roy

📋 copy color: '#DAB84C'

red 218 ◦ green 184 ◦ blue 76

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

Shades of Rob Roy #DAB84C

Tints of Rob Roy #DAB84C

RGB

 RED value IS 218 (85.55% from 255) = 45.61%

 GREEN value IS 184 (72.27% from 255) = 38.49%

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

R = 45.61%
G = 38.49%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAB84C (or 0xDAB84C) is known color: Rob Roy. HEX triplet: DA, B8 and 4C. RGB value is (218,184,76). Sum of RGB (Red+Green+Blue) = 218+184+76=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 76 (30.08% from 255 or 15.90% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB84C is #2547B3. Grayscale: #B6B6B6. Windows color (decimal): -2443188 or 5028058. OLE color: 5028058.

HSL color Cylindrical-coordinate representation of color #DAB84C: hue angle of 45.63º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAB84C is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 184 76 -
CMYK 0 0.16 0.65 0.15
HSL 45.63º 0.66% 0.58% -
HSV(B) 45.63º 0.65% 0.85% -
XYZ 47.36 49.71 13.94 -
YUV 181.85 68.26 153.78 -
System Red Green Blue C M Y K H S L
Decimal 218 184 76 0 0.16 0.65 0.15 45.63 0.66 0.58
Hex DA B8 4C 0 10 41 F 2E 42 3A
Octal 332 270 114 0 20 101 17 56 102 72
Binary 11011010 10111000 1001100 0 10000 1000001 1111 101110 1000010 111010

Color Harmonies of #DAB84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB84C

Black with #DAB84C

Text Example


Text Example

White with #DAB84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB84C; }

 p { color: rgb(218,184,76); }

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

background-color css

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

 a { background-color: rgb(218,184,76); }

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

border-color css

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

 span { border-color: rgb(218,184,76); }

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