Html Css Color HEX #DDAE4C Rob Roy

📋 copy color: '#DDAE4C'

red 221 ◦ green 174 ◦ blue 76

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

Shades of Rob Roy #DDAE4C

Tints of Rob Roy #DDAE4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.14%

R = 46.92%
G = 36.94%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDAE4C (or 0xDDAE4C) is known color: Rob Roy. HEX triplet: DD, AE and 4C. RGB value is (221,174,76). Sum of RGB (Red+Green+Blue) = 221+174+76=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAE4C is #2251B3. Grayscale: #B1B1B1. Windows color (decimal): -2249140 or 5025501. OLE color: 5025501.

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

Color convert

RGB 221 174 76 -
CMYK 0 0.21 0.66 0.13
HSL 40.55º 0.68% 0.58% -
HSV(B) 40.55º 0.66% 0.87% -
XYZ 46.26 46.17 13.31 -
YUV 176.88 71.07 159.47 -
System Red Green Blue C M Y K H S L
Decimal 221 174 76 0 0.21 0.66 0.13 40.55 0.68 0.58
Hex DD AE 4C 0 15 42 D 29 44 3A
Octal 335 256 114 0 25 102 15 51 104 72
Binary 11011101 10101110 1001100 0 10101 1000010 1101 101001 1000100 111010

Color Harmonies of #DDAE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE4C

Black with #DDAE4C

Text Example


Text Example

White with #DDAE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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