Html Css Color HEX #DDB246 Tulip Tree

📋 copy color: '#DDB246'

red 221 ◦ green 178 ◦ blue 70

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

Shades of Tulip Tree #DDB246

Tints of Tulip Tree #DDB246

RGB

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

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

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

R = 47.12%
G = 37.95%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDB246 (or 0xDDB246) is known color: Tulip Tree. HEX triplet: DD, B2 and 46. RGB value is (221,178,70). Sum of RGB (Red+Green+Blue) = 221+178+70=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 70 (27.73% from 255 or 14.93% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB246 is #224DB9. Grayscale: #B3B3B3. Windows color (decimal): -2248122 or 4633309. OLE color: 4633309.

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

Color convert

RGB 221 178 70 -
CMYK 0 0.19 0.68 0.13
HSL 42.91º 0.69% 0.57% -
HSV(B) 42.91º 0.68% 0.87% -
XYZ 46.84 47.66 12.52 -
YUV 178.55 66.75 158.28 -
System Red Green Blue C M Y K H S L
Decimal 221 178 70 0 0.19 0.68 0.13 42.91 0.69 0.57
Hex DD B2 46 0 13 44 D 2B 45 39
Octal 335 262 106 0 23 104 15 53 105 71
Binary 11011101 10110010 1000110 0 10011 1000100 1101 101011 1000101 111001

Color Harmonies of #DDB246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB246

Black with #DDB246

Text Example


Text Example

White with #DDB246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB246; }

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

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

background-color css

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

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

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

border-color css

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

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

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