Html Css Color HEX #DCB346 Tulip Tree

📋 copy color: '#DCB346'

red 220 ◦ green 179 ◦ blue 70

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

Shades of Tulip Tree #DCB346

Tints of Tulip Tree #DCB346

RGB

 RED value IS 220 (86.33% from 255) = 46.91%

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

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

R = 46.91%
G = 38.17%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCB346 (or 0xDCB346) is known color: Tulip Tree. HEX triplet: DC, B3 and 46. RGB value is (220,179,70). Sum of RGB (Red+Green+Blue) = 220+179+70=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 70 (27.73% from 255 or 14.93% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB346 is #234CB9. Grayscale: #B3B3B3. Windows color (decimal): -2313402 or 4633564. OLE color: 4633564.

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

Color convert

RGB 220 179 70 -
CMYK 0 0.19 0.68 0.14
HSL 43.6º 0.68% 0.57% -
HSV(B) 43.6º 0.68% 0.86% -
XYZ 46.74 47.9 12.58 -
YUV 178.83 66.58 157.36 -
System Red Green Blue C M Y K H S L
Decimal 220 179 70 0 0.19 0.68 0.14 43.6 0.68 0.57
Hex DC B3 46 0 13 44 E 2C 44 39
Octal 334 263 106 0 23 104 16 54 104 71
Binary 11011100 10110011 1000110 0 10011 1000100 1110 101100 1000100 111001

Color Harmonies of #DCB346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB346

Black with #DCB346

Text Example


Text Example

White with #DCB346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB346; }

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

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

background-color css

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

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

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

border-color css

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

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

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