Html Css Color HEX #DDA935 Tulip Tree

📋 copy color: '#DDA935'

red 221 ◦ green 169 ◦ blue 53

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

Shades of Tulip Tree #DDA935

Tints of Tulip Tree #DDA935

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.15%

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

R = 49.89%
G = 38.15%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDA935 (or 0xDDA935) is known color: Tulip Tree. HEX triplet: DD, A9 and 35. RGB value is (221,169,53). Sum of RGB (Red+Green+Blue) = 221+169+53=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 53 (21.09% from 255 or 11.96% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA935 is #2256CA. Grayscale: #ABABAB. Windows color (decimal): -2250443 or 3516893. OLE color: 3516893.

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

Color convert

RGB 221 169 53 -
CMYK 0 0.24 0.76 0.13
HSL 41.43º 0.71% 0.54% -
HSV(B) 41.43º 0.76% 0.87% -
XYZ 44.65 44.01 9.51 -
YUV 171.32 61.23 163.43 -
System Red Green Blue C M Y K H S L
Decimal 221 169 53 0 0.24 0.76 0.13 41.43 0.71 0.54
Hex DD A9 35 0 18 4C D 29 47 36
Octal 335 251 65 0 30 114 15 51 107 66
Binary 11011101 10101001 110101 0 11000 1001100 1101 101001 1000111 110110

Color Harmonies of #DDA935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA935

Black with #DDA935

Text Example


Text Example

White with #DDA935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA935; }

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

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

background-color css

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

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

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

border-color css

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

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

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