Html Css Color HEX #DAAE55 Rob Roy

📋 copy color: '#DAAE55'

red 218 ◦ green 174 ◦ blue 85

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

Shades of Rob Roy #DAAE55

Tints of Rob Roy #DAAE55

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.48%

 BLUE value IS 85 (33.59% from 255) = 17.82%

R = 45.7%
G = 36.48%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAAE55 (or 0xDAAE55) is known color: Rob Roy. HEX triplet: DA, AE and 55. RGB value is (218,174,85). Sum of RGB (Red+Green+Blue) = 218+174+85=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAE55 is #2551AA. Grayscale: #B1B1B1. Windows color (decimal): -2445739 or 5615322. OLE color: 5615322.

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

Color convert

RGB 218 174 85 -
CMYK 0 0.20 0.61 0.15
HSL 40.15º 0.64% 0.59% -
HSV(B) 40.15º 0.61% 0.85% -
XYZ 45.69 45.83 15.03 -
YUV 177.01 76.08 157.24 -
System Red Green Blue C M Y K H S L
Decimal 218 174 85 0 0.20 0.61 0.15 40.15 0.64 0.59
Hex DA AE 55 0 14 3D F 28 40 3B
Octal 332 256 125 0 24 75 17 50 100 73
Binary 11011010 10101110 1010101 0 10100 111101 1111 101000 1000000 111011

Color Harmonies of #DAAE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE55

Black with #DAAE55

Text Example


Text Example

White with #DAAE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAE55; }

 p { color: rgb(218,174,85); }

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

background-color css

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

 a { background-color: rgb(218,174,85); }

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

border-color css

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

 span { border-color: rgb(218,174,85); }

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