Html Css Color HEX #DCB541 Tulip Tree

📋 copy color: '#DCB541'

red 220 ◦ green 181 ◦ blue 65

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

Shades of Tulip Tree #DCB541

Tints of Tulip Tree #DCB541

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.84%

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

R = 47.21%
G = 38.84%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCB541 (or 0xDCB541) is known color: Tulip Tree. HEX triplet: DC, B5 and 41. RGB value is (220,181,65). Sum of RGB (Red+Green+Blue) = 220+181+65=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 65 (25.78% from 255 or 13.95% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB541 is #234ABE. Grayscale: #B3B3B3. Windows color (decimal): -2312895 or 4306396. OLE color: 4306396.

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

Color convert

RGB 220 181 65 -
CMYK 0 0.18 0.70 0.14
HSL 44.9º 0.69% 0.56% -
HSV(B) 44.9º 0.7% 0.86% -
XYZ 46.99 48.65 11.91 -
YUV 179.44 63.42 156.93 -
System Red Green Blue C M Y K H S L
Decimal 220 181 65 0 0.18 0.70 0.14 44.9 0.69 0.56
Hex DC B5 41 0 12 46 E 2D 45 38
Octal 334 265 101 0 22 106 16 55 105 70
Binary 11011100 10110101 1000001 0 10010 1000110 1110 101101 1000101 111000

Color Harmonies of #DCB541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB541

Black with #DCB541

Text Example


Text Example

White with #DCB541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB541; }

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

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

background-color css

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

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

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

border-color css

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

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

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