Html Css Color HEX #DDB648 Tulip Tree

📋 copy color: '#DDB648'

red 221 ◦ green 182 ◦ blue 72

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

Shades of Tulip Tree #DDB648

Tints of Tulip Tree #DDB648

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.32%

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

R = 46.53%
G = 38.32%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDB648 (or 0xDDB648) is known color: Tulip Tree. HEX triplet: DD, B6 and 48. RGB value is (221,182,72). Sum of RGB (Red+Green+Blue) = 221+182+72=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB648 is #2249B7. Grayscale: #B5B5B5. Windows color (decimal): -2247096 or 4765405. OLE color: 4765405.

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

Color convert

RGB 221 182 72 -
CMYK 0 0.18 0.67 0.13
HSL 44.3º 0.69% 0.57% -
HSV(B) 44.3º 0.67% 0.87% -
XYZ 47.72 49.3 13.13 -
YUV 181.12 66.42 156.44 -
System Red Green Blue C M Y K H S L
Decimal 221 182 72 0 0.18 0.67 0.13 44.3 0.69 0.57
Hex DD B6 48 0 12 43 D 2C 45 39
Octal 335 266 110 0 22 103 15 54 105 71
Binary 11011101 10110110 1001000 0 10010 1000011 1101 101100 1000101 111001

Color Harmonies of #DDB648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB648

Black with #DDB648

Text Example


Text Example

White with #DDB648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB648; }

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

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

background-color css

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

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

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

border-color css

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

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

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