Html Css Color HEX #DDA33E Tulip Tree

📋 copy color: '#DDA33E'

red 221 ◦ green 163 ◦ blue 62

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

Shades of Tulip Tree #DDA33E

Tints of Tulip Tree #DDA33E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.55%

 BLUE value IS 62 (24.61% from 255) = 13.9%

R = 49.55%
G = 36.55%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDA33E (or 0xDDA33E) is known color: Tulip Tree. HEX triplet: DD, A3 and 3E. RGB value is (221,163,62). Sum of RGB (Red+Green+Blue) = 221+163+62=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 62 (24.61% from 255 or 13.90% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA33E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA33E is #225CC1. Grayscale: #A9A9A9. Windows color (decimal): -2251970 or 4105181. OLE color: 4105181.

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

Color convert

RGB 221 163 62 -
CMYK 0 0.26 0.72 0.13
HSL 38.11º 0.7% 0.55% -
HSV(B) 38.11º 0.72% 0.87% -
XYZ 43.79 41.91 10.34 -
YUV 168.83 67.72 165.21 -
System Red Green Blue C M Y K H S L
Decimal 221 163 62 0 0.26 0.72 0.13 38.11 0.7 0.55
Hex DD A3 3E 0 1A 48 D 26 46 37
Octal 335 243 76 0 32 110 15 46 106 67
Binary 11011101 10100011 111110 0 11010 1001000 1101 100110 1000110 110111

Color Harmonies of #DDA33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA33E

Black with #DDA33E

Text Example


Text Example

White with #DDA33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA33E; }

 p { color: rgb(221,163,62); }

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

background-color css

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

 a { background-color: rgb(221,163,62); }

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

border-color css

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

 span { border-color: rgb(221,163,62); }

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