Html Css Color HEX #DAB64A Rob Roy

📋 copy color: '#DAB64A'

red 218 ◦ green 182 ◦ blue 74

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

Shades of Rob Roy #DAB64A

Tints of Rob Roy #DAB64A

RGB

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

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

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

R = 45.99%
G = 38.4%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAB64A (or 0xDAB64A) is known color: Rob Roy. HEX triplet: DA, B6 and 4A. RGB value is (218,182,74). Sum of RGB (Red+Green+Blue) = 218+182+74=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB64A is #2549B5. Grayscale: #B4B4B4. Windows color (decimal): -2443702 or 4896474. OLE color: 4896474.

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

Color convert

RGB 218 182 74 -
CMYK 0 0.17 0.66 0.15
HSL 45º 0.66% 0.57% -
HSV(B) 45º 0.66% 0.85% -
XYZ 46.88 48.86 13.44 -
YUV 180.45 67.93 154.78 -
System Red Green Blue C M Y K H S L
Decimal 218 182 74 0 0.17 0.66 0.15 45 0.66 0.57
Hex DA B6 4A 0 11 42 F 2D 42 39
Octal 332 266 112 0 21 102 17 55 102 71
Binary 11011010 10110110 1001010 0 10001 1000010 1111 101101 1000010 111001

Color Harmonies of #DAB64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB64A

Black with #DAB64A

Text Example


Text Example

White with #DAB64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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