Html Css Color HEX #DDA932 Tulip Tree

📋 copy color: '#DDA932'

red 221 ◦ green 169 ◦ blue 50

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

Shades of Tulip Tree #DDA932

Tints of Tulip Tree #DDA932

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.41%

 BLUE value IS 50 (19.92% from 255) = 11.36%

R = 50.23%
G = 38.41%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDA932 (or 0xDDA932) is known color: Tulip Tree. HEX triplet: DD, A9 and 32. RGB value is (221,169,50). Sum of RGB (Red+Green+Blue) = 221+169+50=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA932 is #2256CD. Grayscale: #ABABAB. Windows color (decimal): -2250446 or 3320285. OLE color: 3320285.

HSL color Cylindrical-coordinate representation of color #DDA932: hue angle of 41.75º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDA932 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 169 50 -
CMYK 0 0.24 0.77 0.13
HSL 41.75º 0.72% 0.53% -
HSV(B) 41.75º 0.77% 0.87% -
XYZ 44.58 43.98 9.16 -
YUV 170.98 59.73 163.68 -
System Red Green Blue C M Y K H S L
Decimal 221 169 50 0 0.24 0.77 0.13 41.75 0.72 0.53
Hex DD A9 32 0 18 4D D 2A 48 35
Octal 335 251 62 0 30 115 15 52 110 65
Binary 11011101 10101001 110010 0 11000 1001101 1101 101010 1001000 110101

Color Harmonies of #DDA932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA932

Black with #DDA932

Text Example


Text Example

White with #DDA932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA932; }

 p { color: rgb(221,169,50); }

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

background-color css

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

 a { background-color: rgb(221,169,50); }

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

border-color css

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

 span { border-color: rgb(221,169,50); }

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