Html Css Color HEX #DDAE4D Rob Roy

📋 copy color: '#DDAE4D'

red 221 ◦ green 174 ◦ blue 77

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

Shades of Rob Roy #DDAE4D

Tints of Rob Roy #DDAE4D

RGB

 RED value IS 221 (86.72% from 255) = 46.82%

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

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

R = 46.82%
G = 36.86%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDAE4D (or 0xDDAE4D) is known color: Rob Roy. HEX triplet: DD, AE and 4D. RGB value is (221,174,77). Sum of RGB (Red+Green+Blue) = 221+174+77=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 77 (30.47% from 255 or 16.31% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE4D is #2251B2. Grayscale: #B1B1B1. Windows color (decimal): -2249139 or 5091037. OLE color: 5091037.

HSL color Cylindrical-coordinate representation of color #DDAE4D: hue angle of 40.42º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDAE4D is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 174 77 -
CMYK 0 0.21 0.65 0.13
HSL 40.42º 0.68% 0.58% -
HSV(B) 40.42º 0.65% 0.87% -
XYZ 46.29 46.18 13.49 -
YUV 177 71.57 159.39 -
System Red Green Blue C M Y K H S L
Decimal 221 174 77 0 0.21 0.65 0.13 40.42 0.68 0.58
Hex DD AE 4D 0 15 41 D 28 44 3A
Octal 335 256 115 0 25 101 15 50 104 72
Binary 11011101 10101110 1001101 0 10101 1000001 1101 101000 1000100 111010

Color Harmonies of #DDAE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE4D

Black with #DDAE4D

Text Example


Text Example

White with #DDAE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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