Html Css Color HEX #DDB53E Tulip Tree

📋 copy color: '#DDB53E'

red 221 ◦ green 181 ◦ blue 62

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

Shades of Tulip Tree #DDB53E

Tints of Tulip Tree #DDB53E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.01%

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

R = 47.63%
G = 39.01%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDB53E (or 0xDDB53E) is known color: Tulip Tree. HEX triplet: DD, B5 and 3E. RGB value is (221,181,62). Sum of RGB (Red+Green+Blue) = 221+181+62=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 62 (24.61% from 255 or 13.36% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB53E is #224AC1. Grayscale: #B3B3B3. Windows color (decimal): -2247362 or 4109789. OLE color: 4109789.

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

Color convert

RGB 221 181 62 -
CMYK 0 0.18 0.72 0.13
HSL 44.91º 0.7% 0.55% -
HSV(B) 44.91º 0.72% 0.87% -
XYZ 47.21 48.77 11.48 -
YUV 179.39 61.75 157.68 -
System Red Green Blue C M Y K H S L
Decimal 221 181 62 0 0.18 0.72 0.13 44.91 0.7 0.55
Hex DD B5 3E 0 12 48 D 2D 46 37
Octal 335 265 76 0 22 110 15 55 106 67
Binary 11011101 10110101 111110 0 10010 1001000 1101 101101 1000110 110111

Color Harmonies of #DDB53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB53E

Black with #DDB53E

Text Example


Text Example

White with #DDB53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB53E; }

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

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

background-color css

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

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

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

border-color css

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

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

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