Html Css Color HEX #DDA634 Tulip Tree

📋 copy color: '#DDA634'

red 221 ◦ green 166 ◦ blue 52

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

Shades of Tulip Tree #DDA634

Tints of Tulip Tree #DDA634

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.81%

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

R = 50.34%
G = 37.81%
B = 11.85%

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

#DDA634 (or 0xDDA634) is known color: Tulip Tree. HEX triplet: DD, A6 and 34. RGB value is (221,166,52). Sum of RGB (Red+Green+Blue) = 221+166+52=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA634 is #2259CB. Grayscale: #A9A9A9. Windows color (decimal): -2251212 or 3450589. OLE color: 3450589.

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

Color convert

RGB 221 166 52 -
CMYK 0 0.25 0.76 0.13
HSL 40.47º 0.71% 0.54% -
HSV(B) 40.47º 0.76% 0.87% -
XYZ 44.07 42.89 9.2 -
YUV 169.45 61.72 164.77 -
System Red Green Blue C M Y K H S L
Decimal 221 166 52 0 0.25 0.76 0.13 40.47 0.71 0.54
Hex DD A6 34 0 19 4C D 28 47 36
Octal 335 246 64 0 31 114 15 50 107 66
Binary 11011101 10100110 110100 0 11001 1001100 1101 101000 1000111 110110

Color Harmonies of #DDA634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA634

Black with #DDA634

Text Example


Text Example

White with #DDA634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA634; }

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

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

background-color css

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

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

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

border-color css

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

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

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