Html Css Color HEX #DDB33E Tulip Tree

📋 copy color: '#DDB33E'

red 221 ◦ green 179 ◦ blue 62

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

Shades of Tulip Tree #DDB33E

Tints of Tulip Tree #DDB33E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.74%

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

R = 47.84%
G = 38.74%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDB33E (or 0xDDB33E) is known color: Tulip Tree. HEX triplet: DD, B3 and 3E. RGB value is (221,179,62). Sum of RGB (Red+Green+Blue) = 221+179+62=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 62 (24.61% from 255 or 13.42% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB33E is #224CC1. Grayscale: #B2B2B2. Windows color (decimal): -2247874 or 4109277. OLE color: 4109277.

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

Color convert

RGB 221 179 62 -
CMYK 0 0.19 0.72 0.13
HSL 44.15º 0.7% 0.55% -
HSV(B) 44.15º 0.72% 0.87% -
XYZ 46.81 47.96 11.35 -
YUV 178.22 62.41 158.51 -
System Red Green Blue C M Y K H S L
Decimal 221 179 62 0 0.19 0.72 0.13 44.15 0.7 0.55
Hex DD B3 3E 0 13 48 D 2C 46 37
Octal 335 263 76 0 23 110 15 54 106 67
Binary 11011101 10110011 111110 0 10011 1001000 1101 101100 1000110 110111

Color Harmonies of #DDB33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB33E

Black with #DDB33E

Text Example


Text Example

White with #DDB33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB33E; }

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

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

background-color css

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

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

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

border-color css

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

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

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