Html Css Color HEX #DDA834 Tulip Tree

📋 copy color: '#DDA834'

red 221 ◦ green 168 ◦ blue 52

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

Shades of Tulip Tree #DDA834

Tints of Tulip Tree #DDA834

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.1%

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

R = 50.11%
G = 38.1%
B = 11.79%

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

#DDA834 (or 0xDDA834) is known color: Tulip Tree. HEX triplet: DD, A8 and 34. RGB value is (221,168,52). Sum of RGB (Red+Green+Blue) = 221+168+52=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 52 (20.70% from 255 or 11.79% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA834 is #2257CB. Grayscale: #ABABAB. Windows color (decimal): -2250700 or 3451101. OLE color: 3451101.

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

Color convert

RGB 221 168 52 -
CMYK 0 0.24 0.76 0.13
HSL 41.18º 0.71% 0.54% -
HSV(B) 41.18º 0.76% 0.87% -
XYZ 44.44 43.63 9.33 -
YUV 170.62 61.06 163.93 -
System Red Green Blue C M Y K H S L
Decimal 221 168 52 0 0.24 0.76 0.13 41.18 0.71 0.54
Hex DD A8 34 0 18 4C D 29 47 36
Octal 335 250 64 0 30 114 15 51 107 66
Binary 11011101 10101000 110100 0 11000 1001100 1101 101001 1000111 110110

Color Harmonies of #DDA834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA834

Black with #DDA834

Text Example


Text Example

White with #DDA834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA834; }

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

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

background-color css

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

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

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

border-color css

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

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

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