Html Css Color HEX #DAAF4C Rob Roy

📋 copy color: '#DAAF4C'

red 218 ◦ green 175 ◦ blue 76

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

Shades of Rob Roy #DAAF4C

Tints of Rob Roy #DAAF4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.2%

R = 46.48%
G = 37.31%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAAF4C (or 0xDAAF4C) is known color: Rob Roy. HEX triplet: DA, AF and 4C. RGB value is (218,175,76). Sum of RGB (Red+Green+Blue) = 218+175+76=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 76 (30.08% from 255 or 16.20% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAF4C is #2550B3. Grayscale: #B1B1B1. Windows color (decimal): -2445492 or 5025754. OLE color: 5025754.

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

Color convert

RGB 218 175 76 -
CMYK 0 0.20 0.65 0.15
HSL 41.83º 0.66% 0.58% -
HSV(B) 41.83º 0.65% 0.85% -
XYZ 45.55 46.09 13.33 -
YUV 176.57 71.25 157.55 -
System Red Green Blue C M Y K H S L
Decimal 218 175 76 0 0.20 0.65 0.15 41.83 0.66 0.58
Hex DA AF 4C 0 14 41 F 2A 42 3A
Octal 332 257 114 0 24 101 17 52 102 72
Binary 11011010 10101111 1001100 0 10100 1000001 1111 101010 1000010 111010

Color Harmonies of #DAAF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAF4C

Black with #DAAF4C

Text Example


Text Example

White with #DAAF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAF4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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