Html Css Color HEX #DAB84F Rob Roy

📋 copy color: '#DAB84F'

red 218 ◦ green 184 ◦ blue 79

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

Shades of Rob Roy #DAB84F

Tints of Rob Roy #DAB84F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.42%

R = 45.32%
G = 38.25%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DAB84F (or 0xDAB84F) is known color: Rob Roy. HEX triplet: DA, B8 and 4F. RGB value is (218,184,79). Sum of RGB (Red+Green+Blue) = 218+184+79=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 79 (31.25% from 255 or 16.42% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB84F is #2547B0. Grayscale: #B6B6B6. Windows color (decimal): -2443185 or 5224666. OLE color: 5224666.

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

Color convert

RGB 218 184 79 -
CMYK 0 0.16 0.64 0.15
HSL 45.32º 0.65% 0.58% -
HSV(B) 45.32º 0.64% 0.85% -
XYZ 47.47 49.75 14.5 -
YUV 182.2 69.76 153.54 -
System Red Green Blue C M Y K H S L
Decimal 218 184 79 0 0.16 0.64 0.15 45.32 0.65 0.58
Hex DA B8 4F 0 10 40 F 2D 41 3A
Octal 332 270 117 0 20 100 17 55 101 72
Binary 11011010 10111000 1001111 0 10000 1000000 1111 101101 1000001 111010

Color Harmonies of #DAB84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB84F

Black with #DAB84F

Text Example


Text Example

White with #DAB84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB84F; }

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

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

background-color css

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

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

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

border-color css

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

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

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