Html Css Color HEX #DAAC4A Rob Roy

📋 copy color: '#DAAC4A'

red 218 ◦ green 172 ◦ blue 74

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

Shades of Rob Roy #DAAC4A

Tints of Rob Roy #DAAC4A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.07%

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

R = 46.98%
G = 37.07%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAAC4A (or 0xDAAC4A) is known color: Rob Roy. HEX triplet: DA, AC and 4A. RGB value is (218,172,74). Sum of RGB (Red+Green+Blue) = 218+172+74=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAC4A is #2553B5. Grayscale: #AFAFAF. Windows color (decimal): -2446262 or 4893914. OLE color: 4893914.

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

Color convert

RGB 218 172 74 -
CMYK 0 0.21 0.66 0.15
HSL 40.83º 0.66% 0.57% -
HSV(B) 40.83º 0.66% 0.85% -
XYZ 44.9 44.9 12.78 -
YUV 174.58 71.24 158.97 -
System Red Green Blue C M Y K H S L
Decimal 218 172 74 0 0.21 0.66 0.15 40.83 0.66 0.57
Hex DA AC 4A 0 15 42 F 29 42 39
Octal 332 254 112 0 25 102 17 51 102 71
Binary 11011010 10101100 1001010 0 10101 1000010 1111 101001 1000010 111001

Color Harmonies of #DAAC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC4A

Black with #DAAC4A

Text Example


Text Example

White with #DAAC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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