Html Css Color HEX #DDAE4A Rob Roy

📋 copy color: '#DDAE4A'

red 221 ◦ green 174 ◦ blue 74

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

Shades of Rob Roy #DDAE4A

Tints of Rob Roy #DDAE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.78%

R = 47.12%
G = 37.1%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDAE4A (or 0xDDAE4A) is known color: Rob Roy. HEX triplet: DD, AE and 4A. RGB value is (221,174,74). Sum of RGB (Red+Green+Blue) = 221+174+74=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAE4A is #2251B5. Grayscale: #B1B1B1. Windows color (decimal): -2249142 or 4894429. OLE color: 4894429.

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

Color convert

RGB 221 174 74 -
CMYK 0 0.21 0.67 0.13
HSL 40.82º 0.68% 0.58% -
HSV(B) 40.82º 0.67% 0.87% -
XYZ 46.19 46.14 12.95 -
YUV 176.65 70.07 159.63 -
System Red Green Blue C M Y K H S L
Decimal 221 174 74 0 0.21 0.67 0.13 40.82 0.68 0.58
Hex DD AE 4A 0 15 43 D 29 44 3A
Octal 335 256 112 0 25 103 15 51 104 72
Binary 11011101 10101110 1001010 0 10101 1000011 1101 101001 1000100 111010

Color Harmonies of #DDAE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE4A

Black with #DDAE4A

Text Example


Text Example

White with #DDAE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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