Html Css Color HEX #DDA435 Tulip Tree

📋 copy color: '#DDA435'

red 221 ◦ green 164 ◦ blue 53

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

Shades of Tulip Tree #DDA435

Tints of Tulip Tree #DDA435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.1%

R = 50.46%
G = 37.44%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDA435 (or 0xDDA435) is known color: Tulip Tree. HEX triplet: DD, A4 and 35. RGB value is (221,164,53). Sum of RGB (Red+Green+Blue) = 221+164+53=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 53 (21.09% from 255 or 12.10% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA435 is #225BCA. Grayscale: #A8A8A8. Windows color (decimal): -2251723 or 3515613. OLE color: 3515613.

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

Color convert

RGB 221 164 53 -
CMYK 0 0.26 0.76 0.13
HSL 39.64º 0.71% 0.54% -
HSV(B) 39.64º 0.76% 0.87% -
XYZ 43.74 42.18 9.2 -
YUV 168.39 62.88 165.53 -
System Red Green Blue C M Y K H S L
Decimal 221 164 53 0 0.26 0.76 0.13 39.64 0.71 0.54
Hex DD A4 35 0 1A 4C D 28 47 36
Octal 335 244 65 0 32 114 15 50 107 66
Binary 11011101 10100100 110101 0 11010 1001100 1101 101000 1000111 110110

Color Harmonies of #DDA435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA435

Black with #DDA435

Text Example


Text Example

White with #DDA435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA435; }

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

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

background-color css

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

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

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

border-color css

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

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

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