Html Css Color HEX #DAAF4E Rob Roy

📋 copy color: '#DAAF4E'

red 218 ◦ green 175 ◦ blue 78

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

Shades of Rob Roy #DAAF4E

Tints of Rob Roy #DAAF4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.56%

R = 46.28%
G = 37.15%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DAAF4E (or 0xDAAF4E) is known color: Rob Roy. HEX triplet: DA, AF and 4E. RGB value is (218,175,78). Sum of RGB (Red+Green+Blue) = 218+175+78=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 78 (30.86% from 255 or 16.56% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAF4E is #2550B1. Grayscale: #B1B1B1. Windows color (decimal): -2445490 or 5156826. OLE color: 5156826.

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

Color convert

RGB 218 175 78 -
CMYK 0 0.20 0.64 0.15
HSL 41.57º 0.65% 0.58% -
HSV(B) 41.57º 0.64% 0.85% -
XYZ 45.62 46.12 13.7 -
YUV 176.8 72.25 157.39 -
System Red Green Blue C M Y K H S L
Decimal 218 175 78 0 0.20 0.64 0.15 41.57 0.65 0.58
Hex DA AF 4E 0 14 40 F 2A 41 3A
Octal 332 257 116 0 24 100 17 52 101 72
Binary 11011010 10101111 1001110 0 10100 1000000 1111 101010 1000001 111010

Color Harmonies of #DAAF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAF4E

Black with #DAAF4E

Text Example


Text Example

White with #DAAF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAF4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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