Html Css Color HEX #DAAE4D Rob Roy

📋 copy color: '#DAAE4D'

red 218 ◦ green 174 ◦ blue 77

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

Shades of Rob Roy #DAAE4D

Tints of Rob Roy #DAAE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.42%

R = 46.48%
G = 37.1%
B = 16.42%

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

#DAAE4D (or 0xDAAE4D) is known color: Rob Roy. HEX triplet: DA, AE and 4D. RGB value is (218,174,77). Sum of RGB (Red+Green+Blue) = 218+174+77=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAE4D is #2551B2. Grayscale: #B0B0B0. Windows color (decimal): -2445747 or 5091034. OLE color: 5091034.

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

Color convert

RGB 218 174 77 -
CMYK 0 0.20 0.65 0.15
HSL 41.28º 0.66% 0.58% -
HSV(B) 41.28º 0.65% 0.85% -
XYZ 45.39 45.71 13.45 -
YUV 176.1 72.08 157.89 -
System Red Green Blue C M Y K H S L
Decimal 218 174 77 0 0.20 0.65 0.15 41.28 0.66 0.58
Hex DA AE 4D 0 14 41 F 29 42 3A
Octal 332 256 115 0 24 101 17 51 102 72
Binary 11011010 10101110 1001101 0 10100 1000001 1111 101001 1000010 111010

Color Harmonies of #DAAE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE4D

Black with #DAAE4D

Text Example


Text Example

White with #DAAE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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