Html Css Color HEX #DDA236 Tulip Tree

📋 copy color: '#DDA236'

red 221 ◦ green 162 ◦ blue 54

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

Shades of Tulip Tree #DDA236

Tints of Tulip Tree #DDA236

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.07%

 BLUE value IS 54 (21.48% from 255) = 12.36%

R = 50.57%
G = 37.07%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDA236 (or 0xDDA236) is known color: Tulip Tree. HEX triplet: DD, A2 and 36. RGB value is (221,162,54). Sum of RGB (Red+Green+Blue) = 221+162+54=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 54 (21.48% from 255 or 12.36% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA236 is #225DC9. Grayscale: #A7A7A7. Windows color (decimal): -2252234 or 3580637. OLE color: 3580637.

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

Color convert

RGB 221 162 54 -
CMYK 0 0.27 0.76 0.13
HSL 38.8º 0.71% 0.54% -
HSV(B) 38.8º 0.76% 0.87% -
XYZ 43.4 41.48 9.21 -
YUV 167.33 64.05 166.28 -
System Red Green Blue C M Y K H S L
Decimal 221 162 54 0 0.27 0.76 0.13 38.8 0.71 0.54
Hex DD A2 36 0 1B 4C D 27 47 36
Octal 335 242 66 0 33 114 15 47 107 66
Binary 11011101 10100010 110110 0 11011 1001100 1101 100111 1000111 110110

Color Harmonies of #DDA236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA236

Black with #DDA236

Text Example


Text Example

White with #DDA236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA236; }

 p { color: rgb(221,162,54); }

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

background-color css

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

 a { background-color: rgb(221,162,54); }

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

border-color css

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

 span { border-color: rgb(221,162,54); }

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