Html Css Color HEX #DAAA4E Rob Roy

📋 copy color: '#DAAA4E'

red 218 ◦ green 170 ◦ blue 78

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

Shades of Rob Roy #DAAA4E

Tints of Rob Roy #DAAA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.74%

R = 46.78%
G = 36.48%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DAAA4E (or 0xDAAA4E) is known color: Rob Roy. HEX triplet: DA, AA and 4E. RGB value is (218,170,78). Sum of RGB (Red+Green+Blue) = 218+170+78=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA4E is #2555B1. Grayscale: #AEAEAE. Windows color (decimal): -2446770 or 5155546. OLE color: 5155546.

HSL color Cylindrical-coordinate representation of color #DAAA4E: hue angle of 39.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAAA4E is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 170 78 -
CMYK 0 0.22 0.64 0.15
HSL 39.43º 0.65% 0.58% -
HSV(B) 39.43º 0.64% 0.85% -
XYZ 44.66 44.2 13.39 -
YUV 173.86 73.9 159.48 -
System Red Green Blue C M Y K H S L
Decimal 218 170 78 0 0.22 0.64 0.15 39.43 0.65 0.58
Hex DA AA 4E 0 16 40 F 27 41 3A
Octal 332 252 116 0 26 100 17 47 101 72
Binary 11011010 10101010 1001110 0 10110 1000000 1111 100111 1000001 111010

Color Harmonies of #DAAA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA4E

Black with #DAAA4E

Text Example


Text Example

White with #DAAA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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