Html Css Color HEX #DAB84A Rob Roy

📋 copy color: '#DAB84A'

red 218 ◦ green 184 ◦ blue 74

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

Shades of Rob Roy #DAB84A

Tints of Rob Roy #DAB84A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.55%

R = 45.8%
G = 38.66%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAB84A (or 0xDAB84A) is known color: Rob Roy. HEX triplet: DA, B8 and 4A. RGB value is (218,184,74). Sum of RGB (Red+Green+Blue) = 218+184+74=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB84A is #2547B5. Grayscale: #B6B6B6. Windows color (decimal): -2443190 or 4896986. OLE color: 4896986.

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

Color convert

RGB 218 184 74 -
CMYK 0 0.16 0.66 0.15
HSL 45.83º 0.66% 0.57% -
HSV(B) 45.83º 0.66% 0.85% -
XYZ 47.29 49.68 13.58 -
YUV 181.63 67.26 153.94 -
System Red Green Blue C M Y K H S L
Decimal 218 184 74 0 0.16 0.66 0.15 45.83 0.66 0.57
Hex DA B8 4A 0 10 42 F 2E 42 39
Octal 332 270 112 0 20 102 17 56 102 71
Binary 11011010 10111000 1001010 0 10000 1000010 1111 101110 1000010 111001

Color Harmonies of #DAB84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB84A

Black with #DAB84A

Text Example


Text Example

White with #DAB84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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