Html Css Color HEX #DAB64D Rob Roy

📋 copy color: '#DAB64D'

red 218 ◦ green 182 ◦ blue 77

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

Shades of Rob Roy #DAB64D

Tints of Rob Roy #DAB64D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.16%

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

R = 45.7%
G = 38.16%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAB64D (or 0xDAB64D) is known color: Rob Roy. HEX triplet: DA, B6 and 4D. RGB value is (218,182,77). Sum of RGB (Red+Green+Blue) = 218+182+77=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 77 (30.47% from 255 or 16.14% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB64D is #2549B2. Grayscale: #B5B5B5. Windows color (decimal): -2443699 or 5093082. OLE color: 5093082.

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

Color convert

RGB 218 182 77 -
CMYK 0 0.17 0.65 0.15
HSL 44.68º 0.66% 0.58% -
HSV(B) 44.68º 0.65% 0.85% -
XYZ 46.98 48.9 13.98 -
YUV 180.79 69.43 154.54 -
System Red Green Blue C M Y K H S L
Decimal 218 182 77 0 0.17 0.65 0.15 44.68 0.66 0.58
Hex DA B6 4D 0 11 41 F 2D 42 3A
Octal 332 266 115 0 21 101 17 55 102 72
Binary 11011010 10110110 1001101 0 10001 1000001 1111 101101 1000010 111010

Color Harmonies of #DAB64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB64D

Black with #DAB64D

Text Example


Text Example

White with #DAB64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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