Html Css Color HEX #DDA934 Tulip Tree

📋 copy color: '#DDA934'

red 221 ◦ green 169 ◦ blue 52

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

Shades of Tulip Tree #DDA934

Tints of Tulip Tree #DDA934

RGB

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

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

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

R = 50%
G = 38.24%
B = 11.76%

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

#DDA934 (or 0xDDA934) is known color: Tulip Tree. HEX triplet: DD, A9 and 34. RGB value is (221,169,52). Sum of RGB (Red+Green+Blue) = 221+169+52=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 52 (20.70% from 255 or 11.76% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA934 is #2256CB. Grayscale: #ABABAB. Windows color (decimal): -2250444 or 3451357. OLE color: 3451357.

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

Color convert

RGB 221 169 52 -
CMYK 0 0.24 0.76 0.13
HSL 41.54º 0.71% 0.54% -
HSV(B) 41.54º 0.76% 0.87% -
XYZ 44.63 44 9.39 -
YUV 171.21 60.73 163.51 -
System Red Green Blue C M Y K H S L
Decimal 221 169 52 0 0.24 0.76 0.13 41.54 0.71 0.54
Hex DD A9 34 0 18 4C D 2A 47 36
Octal 335 251 64 0 30 114 15 52 107 66
Binary 11011101 10101001 110100 0 11000 1001100 1101 101010 1000111 110110

Color Harmonies of #DDA934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA934

Black with #DDA934

Text Example


Text Example

White with #DDA934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA934; }

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

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

background-color css

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

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

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

border-color css

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

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

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