Html Css Color HEX #DAAF52 Rob Roy

📋 copy color: '#DAAF52'

red 218 ◦ green 175 ◦ blue 82

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

Shades of Rob Roy #DAAF52

Tints of Rob Roy #DAAF52

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.84%

 BLUE value IS 82 (32.42% from 255) = 17.26%

R = 45.89%
G = 36.84%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DAAF52 (or 0xDAAF52) is known color: Rob Roy. HEX triplet: DA, AF and 52. RGB value is (218,175,82). Sum of RGB (Red+Green+Blue) = 218+175+82=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAF52 is #2550AD. Grayscale: #B1B1B1. Windows color (decimal): -2445486 or 5418970. OLE color: 5418970.

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

Color convert

RGB 218 175 82 -
CMYK 0 0.20 0.62 0.15
HSL 41.03º 0.65% 0.59% -
HSV(B) 41.03º 0.62% 0.85% -
XYZ 45.77 46.17 14.48 -
YUV 177.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 218 175 82 0 0.20 0.62 0.15 41.03 0.65 0.59
Hex DA AF 52 0 14 3E F 29 41 3B
Octal 332 257 122 0 24 76 17 51 101 73
Binary 11011010 10101111 1010010 0 10100 111110 1111 101001 1000001 111011

Color Harmonies of #DAAF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAF52

Black with #DAAF52

Text Example


Text Example

White with #DAAF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAF52; }

 p { color: rgb(218,175,82); }

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

background-color css

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

 a { background-color: rgb(218,175,82); }

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

border-color css

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

 span { border-color: rgb(218,175,82); }

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