Html Css Color HEX #DDAE40 Tulip Tree

📋 copy color: '#DDAE40'

red 221 ◦ green 174 ◦ blue 64

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

Shades of Tulip Tree #DDAE40

Tints of Tulip Tree #DDAE40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.94%

R = 48.15%
G = 37.91%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDAE40 (or 0xDDAE40) is known color: Tulip Tree. HEX triplet: DD, AE and 40. RGB value is (221,174,64). Sum of RGB (Red+Green+Blue) = 221+174+64=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAE40 is #2251BF. Grayscale: #AFAFAF. Windows color (decimal): -2249152 or 4239069. OLE color: 4239069.

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

Color convert

RGB 221 174 64 -
CMYK 0 0.21 0.71 0.13
HSL 42.04º 0.7% 0.56% -
HSV(B) 42.04º 0.71% 0.87% -
XYZ 45.88 46.01 11.31 -
YUV 175.51 65.07 160.44 -
System Red Green Blue C M Y K H S L
Decimal 221 174 64 0 0.21 0.71 0.13 42.04 0.7 0.56
Hex DD AE 40 0 15 47 D 2A 46 38
Octal 335 256 100 0 25 107 15 52 106 70
Binary 11011101 10101110 1000000 0 10101 1000111 1101 101010 1000110 111000

Color Harmonies of #DDAE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE40

Black with #DDAE40

Text Example


Text Example

White with #DDAE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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