Html Css Color HEX #DAAA58 Rob Roy

📋 copy color: '#DAAA58'

red 218 ◦ green 170 ◦ blue 88

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

Shades of Rob Roy #DAAA58

Tints of Rob Roy #DAAA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.49%

R = 45.8%
G = 35.71%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DAAA58 (or 0xDAAA58) is known color: Rob Roy. HEX triplet: DA, AA and 58. RGB value is (218,170,88). Sum of RGB (Red+Green+Blue) = 218+170+88=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 88 (34.77% from 255 or 18.49% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA58 is #2555A7. Grayscale: #AFAFAF. Windows color (decimal): -2446760 or 5810906. OLE color: 5810906.

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

Color convert

RGB 218 170 88 -
CMYK 0 0.22 0.60 0.15
HSL 37.85º 0.64% 0.6% -
HSV(B) 37.85º 0.6% 0.85% -
XYZ 45.05 44.36 15.42 -
YUV 175 78.9 158.67 -
System Red Green Blue C M Y K H S L
Decimal 218 170 88 0 0.22 0.60 0.15 37.85 0.64 0.6
Hex DA AA 58 0 16 3C F 26 40 3C
Octal 332 252 130 0 26 74 17 46 100 74
Binary 11011010 10101010 1011000 0 10110 111100 1111 100110 1000000 111100

Color Harmonies of #DAAA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA58

Black with #DAAA58

Text Example


Text Example

White with #DAAA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA58; }

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

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

background-color css

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

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

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

border-color css

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

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

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