Html Css Color HEX #DCB341 Tulip Tree

📋 copy color: '#DCB341'

red 220 ◦ green 179 ◦ blue 65

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

Shades of Tulip Tree #DCB341

Tints of Tulip Tree #DCB341

RGB

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

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

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

R = 47.41%
G = 38.58%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCB341 (or 0xDCB341) is known color: Tulip Tree. HEX triplet: DC, B3 and 41. RGB value is (220,179,65). Sum of RGB (Red+Green+Blue) = 220+179+65=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB341 is #234CBE. Grayscale: #B2B2B2. Windows color (decimal): -2313407 or 4305884. OLE color: 4305884.

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

Color convert

RGB 220 179 65 -
CMYK 0 0.19 0.70 0.14
HSL 44.13º 0.69% 0.56% -
HSV(B) 44.13º 0.7% 0.86% -
XYZ 46.59 47.84 11.78 -
YUV 178.26 64.08 157.77 -
System Red Green Blue C M Y K H S L
Decimal 220 179 65 0 0.19 0.70 0.14 44.13 0.69 0.56
Hex DC B3 41 0 13 46 E 2C 45 38
Octal 334 263 101 0 23 106 16 54 105 70
Binary 11011100 10110011 1000001 0 10011 1000110 1110 101100 1000101 111000

Color Harmonies of #DCB341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB341

Black with #DCB341

Text Example


Text Example

White with #DCB341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB341; }

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

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

background-color css

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

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

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

border-color css

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

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

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