Html Css Color HEX #DCB046 Tulip Tree

📋 copy color: '#DCB046'

red 220 ◦ green 176 ◦ blue 70

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

Shades of Tulip Tree #DCB046

Tints of Tulip Tree #DCB046

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.77%

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

R = 47.21%
G = 37.77%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCB046 (or 0xDCB046) is known color: Tulip Tree. HEX triplet: DC, B0 and 46. RGB value is (220,176,70). Sum of RGB (Red+Green+Blue) = 220+176+70=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB046 is #234FB9. Grayscale: #B1B1B1. Windows color (decimal): -2314170 or 4632796. OLE color: 4632796.

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

Color convert

RGB 220 176 70 -
CMYK 0 0.2 0.68 0.14
HSL 42.4º 0.68% 0.57% -
HSV(B) 42.4º 0.68% 0.86% -
XYZ 46.15 46.71 12.38 -
YUV 177.07 67.58 158.62 -
System Red Green Blue C M Y K H S L
Decimal 220 176 70 0 0.2 0.68 0.14 42.4 0.68 0.57
Hex DC B0 46 0 14 44 E 2A 44 39
Octal 334 260 106 0 24 104 16 52 104 71
Binary 11011100 10110000 1000110 0 10100 1000100 1110 101010 1000100 111001

Color Harmonies of #DCB046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB046

Black with #DCB046

Text Example


Text Example

White with #DCB046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB046; }

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

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

background-color css

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

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

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

border-color css

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

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

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