Html Css Color HEX #DDA534 Tulip Tree

📋 copy color: '#DDA534'

red 221 ◦ green 165 ◦ blue 52

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

Shades of Tulip Tree #DDA534

Tints of Tulip Tree #DDA534

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.67%

 BLUE value IS 52 (20.7% from 255) = 11.87%

R = 50.46%
G = 37.67%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDA534 (or 0xDDA534) is known color: Tulip Tree. HEX triplet: DD, A5 and 34. RGB value is (221,165,52). Sum of RGB (Red+Green+Blue) = 221+165+52=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA534 is #225ACB. Grayscale: #A9A9A9. Windows color (decimal): -2251468 or 3450333. OLE color: 3450333.

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

Color convert

RGB 221 165 52 -
CMYK 0 0.25 0.76 0.13
HSL 40.12º 0.71% 0.54% -
HSV(B) 40.12º 0.76% 0.87% -
XYZ 43.89 42.53 9.14 -
YUV 168.86 62.05 165.19 -
System Red Green Blue C M Y K H S L
Decimal 221 165 52 0 0.25 0.76 0.13 40.12 0.71 0.54
Hex DD A5 34 0 19 4C D 28 47 36
Octal 335 245 64 0 31 114 15 50 107 66
Binary 11011101 10100101 110100 0 11001 1001100 1101 101000 1000111 110110

Color Harmonies of #DDA534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA534

Black with #DDA534

Text Example


Text Example

White with #DDA534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA534; }

 p { color: rgb(221,165,52); }

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

background-color css

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

 a { background-color: rgb(221,165,52); }

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

border-color css

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

 span { border-color: rgb(221,165,52); }

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