Html Css Color HEX #DCB246 Tulip Tree

📋 copy color: '#DCB246'

red 220 ◦ green 178 ◦ blue 70

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

Shades of Tulip Tree #DCB246

Tints of Tulip Tree #DCB246

RGB

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

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

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

R = 47.01%
G = 38.03%
B = 14.96%

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

#DCB246 (or 0xDCB246) is known color: Tulip Tree. HEX triplet: DC, B2 and 46. RGB value is (220,178,70). Sum of RGB (Red+Green+Blue) = 220+178+70=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 70 (27.73% from 255 or 14.96% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB246 is #234DB9. Grayscale: #B2B2B2. Windows color (decimal): -2313658 or 4633308. OLE color: 4633308.

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

Color convert

RGB 220 178 70 -
CMYK 0 0.19 0.68 0.14
HSL 43.2º 0.68% 0.57% -
HSV(B) 43.2º 0.68% 0.86% -
XYZ 46.54 47.5 12.51 -
YUV 178.25 66.91 157.78 -
System Red Green Blue C M Y K H S L
Decimal 220 178 70 0 0.19 0.68 0.14 43.2 0.68 0.57
Hex DC B2 46 0 13 44 E 2B 44 39
Octal 334 262 106 0 23 104 16 53 104 71
Binary 11011100 10110010 1000110 0 10011 1000100 1110 101011 1000100 111001

Color Harmonies of #DCB246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB246

Black with #DCB246

Text Example


Text Example

White with #DCB246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB246; }

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

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

background-color css

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

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

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

border-color css

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

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

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