Html Css Color HEX #DDA732 Tulip Tree

📋 copy color: '#DDA732'

red 221 ◦ green 167 ◦ blue 50

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

Shades of Tulip Tree #DDA732

Tints of Tulip Tree #DDA732

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.13%

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

R = 50.46%
G = 38.13%
B = 11.42%

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

#DDA732 (or 0xDDA732) is known color: Tulip Tree. HEX triplet: DD, A7 and 32. RGB value is (221,167,50). Sum of RGB (Red+Green+Blue) = 221+167+50=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA732 is #2258CD. Grayscale: #AAAAAA. Windows color (decimal): -2250958 or 3319773. OLE color: 3319773.

HSL color Cylindrical-coordinate representation of color #DDA732: hue angle of 41.05º 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 #DDA732 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 167 50 -
CMYK 0 0.24 0.77 0.13
HSL 41.05º 0.72% 0.53% -
HSV(B) 41.05º 0.77% 0.87% -
XYZ 44.21 43.24 9.03 -
YUV 169.81 60.39 164.51 -
System Red Green Blue C M Y K H S L
Decimal 221 167 50 0 0.24 0.77 0.13 41.05 0.72 0.53
Hex DD A7 32 0 18 4D D 29 48 35
Octal 335 247 62 0 30 115 15 51 110 65
Binary 11011101 10100111 110010 0 11000 1001101 1101 101001 1001000 110101

Color Harmonies of #DDA732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA732

Black with #DDA732

Text Example


Text Example

White with #DDA732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA732; }

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

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

background-color css

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

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

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

border-color css

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

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

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