Html Css Color HEX #DDA33A Tulip Tree

📋 copy color: '#DDA33A'

red 221 ◦ green 163 ◦ blue 58

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

Shades of Tulip Tree #DDA33A

Tints of Tulip Tree #DDA33A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.12%

R = 50%
G = 36.88%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDA33A (or 0xDDA33A) is known color: Tulip Tree. HEX triplet: DD, A3 and 3A. RGB value is (221,163,58). Sum of RGB (Red+Green+Blue) = 221+163+58=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA33A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA33A is #225CC5. Grayscale: #A8A8A8. Windows color (decimal): -2251974 or 3843037. OLE color: 3843037.

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

Color convert

RGB 221 163 58 -
CMYK 0 0.26 0.74 0.13
HSL 38.65º 0.71% 0.55% -
HSV(B) 38.65º 0.74% 0.87% -
XYZ 43.68 41.87 9.78 -
YUV 168.37 65.72 165.54 -
System Red Green Blue C M Y K H S L
Decimal 221 163 58 0 0.26 0.74 0.13 38.65 0.71 0.55
Hex DD A3 3A 0 1A 4A D 27 47 37
Octal 335 243 72 0 32 112 15 47 107 67
Binary 11011101 10100011 111010 0 11010 1001010 1101 100111 1000111 110111

Color Harmonies of #DDA33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA33A

Black with #DDA33A

Text Example


Text Example

White with #DDA33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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