Html Css Color HEX #DAAA55 Rob Roy

📋 copy color: '#DAAA55'

red 218 ◦ green 170 ◦ blue 85

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

Shades of Rob Roy #DAAA55

Tints of Rob Roy #DAAA55

RGB

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

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

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

R = 46.09%
G = 35.94%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAAA55 (or 0xDAAA55) is known color: Rob Roy. HEX triplet: DA, AA and 55. RGB value is (218,170,85). Sum of RGB (Red+Green+Blue) = 218+170+85=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 85 (33.59% from 255 or 17.97% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA55 is #2555AA. Grayscale: #AFAFAF. Windows color (decimal): -2446763 or 5614298. OLE color: 5614298.

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

Color convert

RGB 218 170 85 -
CMYK 0 0.22 0.61 0.15
HSL 38.35º 0.64% 0.59% -
HSV(B) 38.35º 0.61% 0.85% -
XYZ 44.93 44.31 14.78 -
YUV 174.66 77.4 158.91 -
System Red Green Blue C M Y K H S L
Decimal 218 170 85 0 0.22 0.61 0.15 38.35 0.64 0.59
Hex DA AA 55 0 16 3D F 26 40 3B
Octal 332 252 125 0 26 75 17 46 100 73
Binary 11011010 10101010 1010101 0 10110 111101 1111 100110 1000000 111011

Color Harmonies of #DAAA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA55

Black with #DAAA55

Text Example


Text Example

White with #DAAA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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