Html Css Color HEX #DCB746 Tulip Tree

📋 copy color: '#DCB746'

red 220 ◦ green 183 ◦ blue 70

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

Shades of Tulip Tree #DCB746

Tints of Tulip Tree #DCB746

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.69%

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

R = 46.51%
G = 38.69%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCB746 (or 0xDCB746) is known color: Tulip Tree. HEX triplet: DC, B7 and 46. RGB value is (220,183,70). Sum of RGB (Red+Green+Blue) = 220+183+70=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB746 is #2348B9. Grayscale: #B5B5B5. Windows color (decimal): -2312378 or 4634588. OLE color: 4634588.

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

Color convert

RGB 220 183 70 -
CMYK 0 0.17 0.68 0.14
HSL 45.2º 0.68% 0.57% -
HSV(B) 45.2º 0.68% 0.86% -
XYZ 47.55 49.52 12.85 -
YUV 181.18 65.26 155.69 -
System Red Green Blue C M Y K H S L
Decimal 220 183 70 0 0.17 0.68 0.14 45.2 0.68 0.57
Hex DC B7 46 0 11 44 E 2D 44 39
Octal 334 267 106 0 21 104 16 55 104 71
Binary 11011100 10110111 1000110 0 10001 1000100 1110 101101 1000100 111001

Color Harmonies of #DCB746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB746

Black with #DCB746

Text Example


Text Example

White with #DCB746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB746; }

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

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

background-color css

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

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

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

border-color css

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

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

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