Html Css Color HEX #DAAE4F Rob Roy

📋 copy color: '#DAAE4F'

red 218 ◦ green 174 ◦ blue 79

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

Shades of Rob Roy #DAAE4F

Tints of Rob Roy #DAAE4F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.94%

 BLUE value IS 79 (31.25% from 255) = 16.77%

R = 46.28%
G = 36.94%
B = 16.77%

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

#DAAE4F (or 0xDAAE4F) is known color: Rob Roy. HEX triplet: DA, AE and 4F. RGB value is (218,174,79). Sum of RGB (Red+Green+Blue) = 218+174+79=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAE4F is #2551B0. Grayscale: #B0B0B0. Windows color (decimal): -2445745 or 5222106. OLE color: 5222106.

HSL color Cylindrical-coordinate representation of color #DAAE4F: hue angle of 41.01º 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 #DAAE4F is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 174 79 -
CMYK 0 0.20 0.64 0.15
HSL 41.01º 0.65% 0.58% -
HSV(B) 41.01º 0.64% 0.85% -
XYZ 45.46 45.74 13.83 -
YUV 176.33 73.08 157.72 -
System Red Green Blue C M Y K H S L
Decimal 218 174 79 0 0.20 0.64 0.15 41.01 0.65 0.58
Hex DA AE 4F 0 14 40 F 29 41 3A
Octal 332 256 117 0 24 100 17 51 101 72
Binary 11011010 10101110 1001111 0 10100 1000000 1111 101001 1000001 111010

Color Harmonies of #DAAE4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE4F

Black with #DAAE4F

Text Example


Text Example

White with #DAAE4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAE4F; }

 p { color: rgb(218,174,79); }

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

background-color css

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

 a { background-color: rgb(218,174,79); }

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

border-color css

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

 span { border-color: rgb(218,174,79); }

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