Html Css Color HEX #DDA646 Tulip Tree

📋 copy color: '#DDA646'

red 221 ◦ green 166 ◦ blue 70

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

Shades of Tulip Tree #DDA646

Tints of Tulip Tree #DDA646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.32%

R = 48.36%
G = 36.32%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDA646 (or 0xDDA646) is known color: Tulip Tree. HEX triplet: DD, A6 and 46. RGB value is (221,166,70). Sum of RGB (Red+Green+Blue) = 221+166+70=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA646 is #2259B9. Grayscale: #ABABAB. Windows color (decimal): -2251194 or 4630237. OLE color: 4630237.

HSL color Cylindrical-coordinate representation of color #DDA646: hue angle of 38.15º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDA646 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 166 70 -
CMYK 0 0.25 0.68 0.13
HSL 38.15º 0.69% 0.57% -
HSV(B) 38.15º 0.68% 0.87% -
XYZ 44.56 43.09 11.76 -
YUV 171.5 70.72 163.31 -
System Red Green Blue C M Y K H S L
Decimal 221 166 70 0 0.25 0.68 0.13 38.15 0.69 0.57
Hex DD A6 46 0 19 44 D 26 45 39
Octal 335 246 106 0 31 104 15 46 105 71
Binary 11011101 10100110 1000110 0 11001 1000100 1101 100110 1000101 111001

Color Harmonies of #DDA646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA646

Black with #DDA646

Text Example


Text Example

White with #DDA646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA646; }

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

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

background-color css

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

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

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

border-color css

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

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

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