Html Css Color HEX #DDB244 Tulip Tree

📋 copy color: '#DDB244'

red 221 ◦ green 178 ◦ blue 68

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

Shades of Tulip Tree #DDB244

Tints of Tulip Tree #DDB244

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.12%

 BLUE value IS 68 (26.95% from 255) = 14.56%

R = 47.32%
G = 38.12%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDB244 (or 0xDDB244) is known color: Tulip Tree. HEX triplet: DD, B2 and 44. RGB value is (221,178,68). Sum of RGB (Red+Green+Blue) = 221+178+68=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB244 is #224DBB. Grayscale: #B2B2B2. Windows color (decimal): -2248124 or 4502237. OLE color: 4502237.

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

Color convert

RGB 221 178 68 -
CMYK 0 0.19 0.69 0.13
HSL 43.14º 0.69% 0.57% -
HSV(B) 43.14º 0.69% 0.87% -
XYZ 46.78 47.63 12.2 -
YUV 178.32 65.75 158.44 -
System Red Green Blue C M Y K H S L
Decimal 221 178 68 0 0.19 0.69 0.13 43.14 0.69 0.57
Hex DD B2 44 0 13 45 D 2B 45 39
Octal 335 262 104 0 23 105 15 53 105 71
Binary 11011101 10110010 1000100 0 10011 1000101 1101 101011 1000101 111001

Color Harmonies of #DDB244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB244

Black with #DDB244

Text Example


Text Example

White with #DDB244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB244; }

 p { color: rgb(221,178,68); }

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

background-color css

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

 a { background-color: rgb(221,178,68); }

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

border-color css

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

 span { border-color: rgb(221,178,68); }

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