Html Css Color HEX #DDA734 Tulip Tree

📋 copy color: '#DDA734'

red 221 ◦ green 167 ◦ blue 52

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

Shades of Tulip Tree #DDA734

Tints of Tulip Tree #DDA734

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.95%

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

R = 50.23%
G = 37.95%
B = 11.82%

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

#DDA734 (or 0xDDA734) is known color: Tulip Tree. HEX triplet: DD, A7 and 34. RGB value is (221,167,52). Sum of RGB (Red+Green+Blue) = 221+167+52=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 52 (20.70% from 255 or 11.82% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA734 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA734 is #2258CB. Grayscale: #AAAAAA. Windows color (decimal): -2250956 or 3450845. OLE color: 3450845.

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

Color convert

RGB 221 167 52 -
CMYK 0 0.24 0.76 0.13
HSL 40.83º 0.71% 0.54% -
HSV(B) 40.83º 0.76% 0.87% -
XYZ 44.26 43.26 9.27 -
YUV 170.04 61.39 164.35 -
System Red Green Blue C M Y K H S L
Decimal 221 167 52 0 0.24 0.76 0.13 40.83 0.71 0.54
Hex DD A7 34 0 18 4C D 29 47 36
Octal 335 247 64 0 30 114 15 51 107 66
Binary 11011101 10100111 110100 0 11000 1001100 1101 101001 1000111 110110

Color Harmonies of #DDA734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA734

Black with #DDA734

Text Example


Text Example

White with #DDA734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA734; }

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

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

background-color css

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

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

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

border-color css

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

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

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