Html Css Color HEX #DDA648 Tulip Tree

📋 copy color: '#DDA648'

red 221 ◦ green 166 ◦ blue 72

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

Shades of Tulip Tree #DDA648

Tints of Tulip Tree #DDA648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.69%

R = 48.15%
G = 36.17%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDA648 (or 0xDDA648) is known color: Tulip Tree. HEX triplet: DD, A6 and 48. RGB value is (221,166,72). Sum of RGB (Red+Green+Blue) = 221+166+72=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA648 is #2259B7. Grayscale: #ACACAC. Windows color (decimal): -2251192 or 4761309. OLE color: 4761309.

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

Color convert

RGB 221 166 72 -
CMYK 0 0.25 0.67 0.13
HSL 37.85º 0.69% 0.57% -
HSV(B) 37.85º 0.67% 0.87% -
XYZ 44.62 43.11 12.1 -
YUV 171.73 71.72 163.14 -
System Red Green Blue C M Y K H S L
Decimal 221 166 72 0 0.25 0.67 0.13 37.85 0.69 0.57
Hex DD A6 48 0 19 43 D 26 45 39
Octal 335 246 110 0 31 103 15 46 105 71
Binary 11011101 10100110 1001000 0 11001 1000011 1101 100110 1000101 111001

Color Harmonies of #DDA648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA648

Black with #DDA648

Text Example


Text Example

White with #DDA648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA648; }

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

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

background-color css

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

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

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

border-color css

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

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

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