Html Css Color HEX #DCB041 Tulip Tree

📋 copy color: '#DCB041'

red 220 ◦ green 176 ◦ blue 65

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

Shades of Tulip Tree #DCB041

Tints of Tulip Tree #DCB041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.1%

R = 47.72%
G = 38.18%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCB041 (or 0xDCB041) is known color: Tulip Tree. HEX triplet: DC, B0 and 41. RGB value is (220,176,65). Sum of RGB (Red+Green+Blue) = 220+176+65=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 65 (25.78% from 255 or 14.10% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB041 is #234FBE. Grayscale: #B0B0B0. Windows color (decimal): -2314175 or 4305116. OLE color: 4305116.

HSL color Cylindrical-coordinate representation of color #DCB041: hue angle of 42.97º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCB041 is Cyan = 0, Magento = 0.2, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 65 -
CMYK 0 0.2 0.70 0.14
HSL 42.97º 0.69% 0.56% -
HSV(B) 42.97º 0.7% 0.86% -
XYZ 45.99 46.65 11.58 -
YUV 176.5 65.08 159.03 -
System Red Green Blue C M Y K H S L
Decimal 220 176 65 0 0.2 0.70 0.14 42.97 0.69 0.56
Hex DC B0 41 0 14 46 E 2B 45 38
Octal 334 260 101 0 24 106 16 53 105 70
Binary 11011100 10110000 1000001 0 10100 1000110 1110 101011 1000101 111000

Color Harmonies of #DCB041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB041

Black with #DCB041

Text Example


Text Example

White with #DCB041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB041; }

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

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

background-color css

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

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

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

border-color css

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

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

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