Html Css Color HEX #DDA43B Tulip Tree

📋 copy color: '#DDA43B'

red 221 ◦ green 164 ◦ blue 59

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

Shades of Tulip Tree #DDA43B

Tints of Tulip Tree #DDA43B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.94%

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

R = 49.77%
G = 36.94%
B = 13.29%

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

#DDA43B (or 0xDDA43B) is known color: Tulip Tree. HEX triplet: DD, A4 and 3B. RGB value is (221,164,59). Sum of RGB (Red+Green+Blue) = 221+164+59=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 59 (23.44% from 255 or 13.29% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA43B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA43B is #225BC4. Grayscale: #A9A9A9. Windows color (decimal): -2251717 or 3908829. OLE color: 3908829.

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

Color convert

RGB 221 164 59 -
CMYK 0 0.26 0.73 0.13
HSL 38.89º 0.7% 0.55% -
HSV(B) 38.89º 0.73% 0.87% -
XYZ 43.88 42.24 9.98 -
YUV 169.07 65.88 165.04 -
System Red Green Blue C M Y K H S L
Decimal 221 164 59 0 0.26 0.73 0.13 38.89 0.7 0.55
Hex DD A4 3B 0 1A 49 D 27 46 37
Octal 335 244 73 0 32 111 15 47 106 67
Binary 11011101 10100100 111011 0 11010 1001001 1101 100111 1000110 110111

Color Harmonies of #DDA43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA43B

Black with #DDA43B

Text Example


Text Example

White with #DDA43B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA43B; }

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

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

background-color css

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

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

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

border-color css

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

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

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