Html Css Color HEX #DDAE4E Rob Roy

📋 copy color: '#DDAE4E'

red 221 ◦ green 174 ◦ blue 78

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

Shades of Rob Roy #DDAE4E

Tints of Rob Roy #DDAE4E

RGB

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

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

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

R = 46.72%
G = 36.79%
B = 16.49%

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

#DDAE4E (or 0xDDAE4E) is known color: Rob Roy. HEX triplet: DD, AE and 4E. RGB value is (221,174,78). Sum of RGB (Red+Green+Blue) = 221+174+78=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 78 (30.86% from 255 or 16.49% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE4E is #2251B1. Grayscale: #B1B1B1. Windows color (decimal): -2249138 or 5156573. OLE color: 5156573.

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

Color convert

RGB 221 174 78 -
CMYK 0 0.21 0.65 0.13
HSL 40.28º 0.68% 0.59% -
HSV(B) 40.28º 0.65% 0.87% -
XYZ 46.33 46.19 13.68 -
YUV 177.11 72.07 159.31 -
System Red Green Blue C M Y K H S L
Decimal 221 174 78 0 0.21 0.65 0.13 40.28 0.68 0.59
Hex DD AE 4E 0 15 41 D 28 44 3B
Octal 335 256 116 0 25 101 15 50 104 73
Binary 11011101 10101110 1001110 0 10101 1000001 1101 101000 1000100 111011

Color Harmonies of #DDAE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE4E

Black with #DDAE4E

Text Example


Text Example

White with #DDAE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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