Html Css Color HEX #DAB84B Rob Roy

📋 copy color: '#DAB84B'

red 218 ◦ green 184 ◦ blue 75

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

Shades of Rob Roy #DAB84B

Tints of Rob Roy #DAB84B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.72%

R = 45.7%
G = 38.57%
B = 15.72%

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

#DAB84B (or 0xDAB84B) is known color: Rob Roy. HEX triplet: DA, B8 and 4B. RGB value is (218,184,75). Sum of RGB (Red+Green+Blue) = 218+184+75=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB84B is #2547B4. Grayscale: #B6B6B6. Windows color (decimal): -2443189 or 4962522. OLE color: 4962522.

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

Color convert

RGB 218 184 75 -
CMYK 0 0.16 0.66 0.15
HSL 45.73º 0.66% 0.57% -
HSV(B) 45.73º 0.66% 0.85% -
XYZ 47.32 49.69 13.75 -
YUV 181.74 67.76 153.86 -
System Red Green Blue C M Y K H S L
Decimal 218 184 75 0 0.16 0.66 0.15 45.73 0.66 0.57
Hex DA B8 4B 0 10 42 F 2E 42 39
Octal 332 270 113 0 20 102 17 56 102 71
Binary 11011010 10111000 1001011 0 10000 1000010 1111 101110 1000010 111001

Color Harmonies of #DAB84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB84B

Black with #DAB84B

Text Example


Text Example

White with #DAB84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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