Html Css Color HEX #DCB240 Tulip Tree

📋 copy color: '#DCB240'

red 220 ◦ green 178 ◦ blue 64

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

Shades of Tulip Tree #DCB240

Tints of Tulip Tree #DCB240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.53%

 BLUE value IS 64 (25.39% from 255) = 13.85%

R = 47.62%
G = 38.53%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCB240 (or 0xDCB240) is known color: Tulip Tree. HEX triplet: DC, B2 and 40. RGB value is (220,178,64). Sum of RGB (Red+Green+Blue) = 220+178+64=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB240 is #234DBF. Grayscale: #B2B2B2. Windows color (decimal): -2313664 or 4240092. OLE color: 4240092.

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

Color convert

RGB 220 178 64 -
CMYK 0 0.19 0.71 0.14
HSL 43.85º 0.69% 0.56% -
HSV(B) 43.85º 0.71% 0.86% -
XYZ 46.36 47.43 11.56 -
YUV 177.56 63.91 158.27 -
System Red Green Blue C M Y K H S L
Decimal 220 178 64 0 0.19 0.71 0.14 43.85 0.69 0.56
Hex DC B2 40 0 13 47 E 2C 45 38
Octal 334 262 100 0 23 107 16 54 105 70
Binary 11011100 10110010 1000000 0 10011 1000111 1110 101100 1000101 111000

Color Harmonies of #DCB240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB240

Black with #DCB240

Text Example


Text Example

White with #DCB240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB240; }

 p { color: rgb(220,178,64); }

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

background-color css

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

 a { background-color: rgb(220,178,64); }

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

border-color css

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

 span { border-color: rgb(220,178,64); }

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