Html Css Color HEX #DAB84D Rob Roy

📋 copy color: '#DAB84D'

red 218 ◦ green 184 ◦ blue 77

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

Shades of Rob Roy #DAB84D

Tints of Rob Roy #DAB84D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.08%

R = 45.51%
G = 38.41%
B = 16.08%

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

#DAB84D (or 0xDAB84D) is known color: Rob Roy. HEX triplet: DA, B8 and 4D. RGB value is (218,184,77). Sum of RGB (Red+Green+Blue) = 218+184+77=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB84D is #2547B2. Grayscale: #B6B6B6. Windows color (decimal): -2443187 or 5093594. OLE color: 5093594.

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

Color convert

RGB 218 184 77 -
CMYK 0 0.16 0.65 0.15
HSL 45.53º 0.66% 0.58% -
HSV(B) 45.53º 0.65% 0.85% -
XYZ 47.39 49.72 14.12 -
YUV 181.97 68.76 153.7 -
System Red Green Blue C M Y K H S L
Decimal 218 184 77 0 0.16 0.65 0.15 45.53 0.66 0.58
Hex DA B8 4D 0 10 41 F 2E 42 3A
Octal 332 270 115 0 20 101 17 56 102 72
Binary 11011010 10111000 1001101 0 10000 1000001 1111 101110 1000010 111010

Color Harmonies of #DAB84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB84D

Black with #DAB84D

Text Example


Text Example

White with #DAB84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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