Html Css Color HEX #DDA532 Tulip Tree

📋 copy color: '#DDA532'

red 221 ◦ green 165 ◦ blue 50

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

Shades of Tulip Tree #DDA532

Tints of Tulip Tree #DDA532

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.84%

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

R = 50.69%
G = 37.84%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDA532 (or 0xDDA532) is known color: Tulip Tree. HEX triplet: DD, A5 and 32. RGB value is (221,165,50). Sum of RGB (Red+Green+Blue) = 221+165+50=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA532 is #225ACD. Grayscale: #A9A9A9. Windows color (decimal): -2251470 or 3319261. OLE color: 3319261.

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

Color convert

RGB 221 165 50 -
CMYK 0 0.25 0.77 0.13
HSL 40.35º 0.72% 0.53% -
HSV(B) 40.35º 0.77% 0.87% -
XYZ 43.85 42.51 8.91 -
YUV 168.63 61.05 165.35 -
System Red Green Blue C M Y K H S L
Decimal 221 165 50 0 0.25 0.77 0.13 40.35 0.72 0.53
Hex DD A5 32 0 19 4D D 28 48 35
Octal 335 245 62 0 31 115 15 50 110 65
Binary 11011101 10100101 110010 0 11001 1001101 1101 101000 1001000 110101

Color Harmonies of #DDA532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA532

Black with #DDA532

Text Example


Text Example

White with #DDA532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA532; }

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

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

background-color css

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

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

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

border-color css

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

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

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