Html Css Color HEX #DDA33B Tulip Tree

📋 copy color: '#DDA33B'

red 221 ◦ green 163 ◦ blue 59

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

Shades of Tulip Tree #DDA33B

Tints of Tulip Tree #DDA33B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.32%

R = 49.89%
G = 36.79%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDA33B (or 0xDDA33B) is known color: Tulip Tree. HEX triplet: DD, A3 and 3B. RGB value is (221,163,59). Sum of RGB (Red+Green+Blue) = 221+163+59=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 59 (23.44% from 255 or 13.32% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA33B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA33B is #225CC4. Grayscale: #A8A8A8. Windows color (decimal): -2251973 or 3908573. OLE color: 3908573.

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

Color convert

RGB 221 163 59 -
CMYK 0 0.26 0.73 0.13
HSL 38.52º 0.7% 0.55% -
HSV(B) 38.52º 0.73% 0.87% -
XYZ 43.71 41.88 9.92 -
YUV 168.49 66.22 165.46 -
System Red Green Blue C M Y K H S L
Decimal 221 163 59 0 0.26 0.73 0.13 38.52 0.7 0.55
Hex DD A3 3B 0 1A 49 D 27 46 37
Octal 335 243 73 0 32 111 15 47 106 67
Binary 11011101 10100011 111011 0 11010 1001001 1101 100111 1000110 110111

Color Harmonies of #DDA33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA33B

Black with #DDA33B

Text Example


Text Example

White with #DDA33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA33B; }

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

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

background-color css

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

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

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

border-color css

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

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

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