Html Css Color HEX #DAAE57 Rob Roy

📋 copy color: '#DAAE57'

red 218 ◦ green 174 ◦ blue 87

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

Shades of Rob Roy #DAAE57

Tints of Rob Roy #DAAE57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.16%

R = 45.51%
G = 36.33%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DAAE57 (or 0xDAAE57) is known color: Rob Roy. HEX triplet: DA, AE and 57. RGB value is (218,174,87). Sum of RGB (Red+Green+Blue) = 218+174+87=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 87 (34.38% from 255 or 18.16% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAE57 is #2551A8. Grayscale: #B1B1B1. Windows color (decimal): -2445737 or 5746394. OLE color: 5746394.

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

Color convert

RGB 218 174 87 -
CMYK 0 0.20 0.60 0.15
HSL 39.85º 0.64% 0.6% -
HSV(B) 39.85º 0.6% 0.85% -
XYZ 45.77 45.87 15.46 -
YUV 177.24 77.08 157.07 -
System Red Green Blue C M Y K H S L
Decimal 218 174 87 0 0.20 0.60 0.15 39.85 0.64 0.6
Hex DA AE 57 0 14 3C F 28 40 3C
Octal 332 256 127 0 24 74 17 50 100 74
Binary 11011010 10101110 1010111 0 10100 111100 1111 101000 1000000 111100

Color Harmonies of #DAAE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE57

Black with #DAAE57

Text Example


Text Example

White with #DAAE57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAE57; }

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

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

background-color css

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

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

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

border-color css

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

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

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