Html Css Color HEX #DDB346 Tulip Tree

📋 copy color: '#DDB346'

red 221 ◦ green 179 ◦ blue 70

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

Shades of Tulip Tree #DDB346

Tints of Tulip Tree #DDB346

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.09%

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

R = 47.02%
G = 38.09%
B = 14.89%

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

#DDB346 (or 0xDDB346) is known color: Tulip Tree. HEX triplet: DD, B3 and 46. RGB value is (221,179,70). Sum of RGB (Red+Green+Blue) = 221+179+70=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 70 (27.73% from 255 or 14.89% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB346 is #224CB9. Grayscale: #B3B3B3. Windows color (decimal): -2247866 or 4633565. OLE color: 4633565.

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

Color convert

RGB 221 179 70 -
CMYK 0 0.19 0.68 0.13
HSL 43.31º 0.69% 0.57% -
HSV(B) 43.31º 0.68% 0.87% -
XYZ 47.04 48.05 12.59 -
YUV 179.13 66.41 157.86 -
System Red Green Blue C M Y K H S L
Decimal 221 179 70 0 0.19 0.68 0.13 43.31 0.69 0.57
Hex DD B3 46 0 13 44 D 2B 45 39
Octal 335 263 106 0 23 104 15 53 105 71
Binary 11011101 10110011 1000110 0 10011 1000100 1101 101011 1000101 111001

Color Harmonies of #DDB346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB346

Black with #DDB346

Text Example


Text Example

White with #DDB346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB346; }

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

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

background-color css

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

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

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

border-color css

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

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

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