Html Css Color HEX #DAAA4C Rob Roy

📋 copy color: '#DAAA4C'

red 218 ◦ green 170 ◦ blue 76

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

Shades of Rob Roy #DAAA4C

Tints of Rob Roy #DAAA4C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.64%

 BLUE value IS 76 (30.08% from 255) = 16.38%

R = 46.98%
G = 36.64%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAAA4C (or 0xDAAA4C) is known color: Rob Roy. HEX triplet: DA, AA and 4C. RGB value is (218,170,76). Sum of RGB (Red+Green+Blue) = 218+170+76=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 76 (30.08% from 255 or 16.38% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAA4C is #2555B3. Grayscale: #AEAEAE. Windows color (decimal): -2446772 or 5024474. OLE color: 5024474.

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

Color convert

RGB 218 170 76 -
CMYK 0 0.22 0.65 0.15
HSL 39.72º 0.66% 0.58% -
HSV(B) 39.72º 0.65% 0.85% -
XYZ 44.59 44.18 13.01 -
YUV 173.64 72.9 159.64 -
System Red Green Blue C M Y K H S L
Decimal 218 170 76 0 0.22 0.65 0.15 39.72 0.66 0.58
Hex DA AA 4C 0 16 41 F 28 42 3A
Octal 332 252 114 0 26 101 17 50 102 72
Binary 11011010 10101010 1001100 0 10110 1000001 1111 101000 1000010 111010

Color Harmonies of #DAAA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA4C

Black with #DAAA4C

Text Example


Text Example

White with #DAAA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA4C; }

 p { color: rgb(218,170,76); }

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

background-color css

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

 a { background-color: rgb(218,170,76); }

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

border-color css

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

 span { border-color: rgb(218,170,76); }

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