Html Css Color HEX #DDA335 Tulip Tree

📋 copy color: '#DDA335'

red 221 ◦ green 163 ◦ blue 53

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

Shades of Tulip Tree #DDA335

Tints of Tulip Tree #DDA335

RGB

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

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

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

R = 50.57%
G = 37.3%
B = 12.13%

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

#DDA335 (or 0xDDA335) is known color: Tulip Tree. HEX triplet: DD, A3 and 35. RGB value is (221,163,53). Sum of RGB (Red+Green+Blue) = 221+163+53=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 53 (21.09% from 255 or 12.13% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA335 is #225CCA. Grayscale: #A8A8A8. Windows color (decimal): -2251979 or 3515357. OLE color: 3515357.

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

Color convert

RGB 221 163 53 -
CMYK 0 0.26 0.76 0.13
HSL 39.29º 0.71% 0.54% -
HSV(B) 39.29º 0.76% 0.87% -
XYZ 43.56 41.82 9.15 -
YUV 167.8 63.22 165.94 -
System Red Green Blue C M Y K H S L
Decimal 221 163 53 0 0.26 0.76 0.13 39.29 0.71 0.54
Hex DD A3 35 0 1A 4C D 27 47 36
Octal 335 243 65 0 32 114 15 47 107 66
Binary 11011101 10100011 110101 0 11010 1001100 1101 100111 1000111 110110

Color Harmonies of #DDA335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA335

Black with #DDA335

Text Example


Text Example

White with #DDA335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA335; }

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

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

background-color css

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

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

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

border-color css

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

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

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