Html Css Color HEX #DAAF51 Rob Roy

📋 copy color: '#DAAF51'

red 218 ◦ green 175 ◦ blue 81

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

Shades of Rob Roy #DAAF51

Tints of Rob Roy #DAAF51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.09%

R = 45.99%
G = 36.92%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DAAF51 (or 0xDAAF51) is known color: Rob Roy. HEX triplet: DA, AF and 51. RGB value is (218,175,81). Sum of RGB (Red+Green+Blue) = 218+175+81=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 81 (32.03% from 255 or 17.09% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAF51 is #2550AE. Grayscale: #B1B1B1. Windows color (decimal): -2445487 or 5353434. OLE color: 5353434.

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

Color convert

RGB 218 175 81 -
CMYK 0 0.20 0.63 0.15
HSL 41.17º 0.65% 0.59% -
HSV(B) 41.17º 0.63% 0.85% -
XYZ 45.73 46.16 14.28 -
YUV 177.14 73.75 157.14 -
System Red Green Blue C M Y K H S L
Decimal 218 175 81 0 0.20 0.63 0.15 41.17 0.65 0.59
Hex DA AF 51 0 14 3F F 29 41 3B
Octal 332 257 121 0 24 77 17 51 101 73
Binary 11011010 10101111 1010001 0 10100 111111 1111 101001 1000001 111011

Color Harmonies of #DAAF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAF51

Black with #DAAF51

Text Example


Text Example

White with #DAAF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAF51; }

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

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

background-color css

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

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

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

border-color css

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

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

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