Html Css Color HEX #DDAE42 Tulip Tree

📋 copy color: '#DDAE42'

red 221 ◦ green 174 ◦ blue 66

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

Shades of Tulip Tree #DDAE42

Tints of Tulip Tree #DDAE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.32%

R = 47.94%
G = 37.74%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDAE42 (or 0xDDAE42) is known color: Tulip Tree. HEX triplet: DD, AE and 42. RGB value is (221,174,66). Sum of RGB (Red+Green+Blue) = 221+174+66=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAE42 is #2251BD. Grayscale: #B0B0B0. Windows color (decimal): -2249150 or 4370141. OLE color: 4370141.

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

Color convert

RGB 221 174 66 -
CMYK 0 0.21 0.70 0.13
HSL 41.81º 0.7% 0.56% -
HSV(B) 41.81º 0.7% 0.87% -
XYZ 45.94 46.04 11.62 -
YUV 175.74 66.07 160.28 -
System Red Green Blue C M Y K H S L
Decimal 221 174 66 0 0.21 0.70 0.13 41.81 0.7 0.56
Hex DD AE 42 0 15 46 D 2A 46 38
Octal 335 256 102 0 25 106 15 52 106 70
Binary 11011101 10101110 1000010 0 10101 1000110 1101 101010 1000110 111000

Color Harmonies of #DDAE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE42

Black with #DDAE42

Text Example


Text Example

White with #DDAE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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