Html Css Color HEX #DCB145 Tulip Tree

📋 copy color: '#DCB145'

red 220 ◦ green 177 ◦ blue 69

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

Shades of Tulip Tree #DCB145

Tints of Tulip Tree #DCB145

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.98%

 BLUE value IS 69 (27.34% from 255) = 14.81%

R = 47.21%
G = 37.98%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCB145 (or 0xDCB145) is known color: Tulip Tree. HEX triplet: DC, B1 and 45. RGB value is (220,177,69). Sum of RGB (Red+Green+Blue) = 220+177+69=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB145 is #234EBA. Grayscale: #B2B2B2. Windows color (decimal): -2313915 or 4567516. OLE color: 4567516.

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

Color convert

RGB 220 177 69 -
CMYK 0 0.20 0.69 0.14
HSL 42.91º 0.68% 0.57% -
HSV(B) 42.91º 0.69% 0.86% -
XYZ 46.31 47.09 12.28 -
YUV 177.55 66.75 158.28 -
System Red Green Blue C M Y K H S L
Decimal 220 177 69 0 0.20 0.69 0.14 42.91 0.68 0.57
Hex DC B1 45 0 14 45 E 2B 44 39
Octal 334 261 105 0 24 105 16 53 104 71
Binary 11011100 10110001 1000101 0 10100 1000101 1110 101011 1000100 111001

Color Harmonies of #DCB145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB145

Black with #DCB145

Text Example


Text Example

White with #DCB145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB145; }

 p { color: rgb(220,177,69); }

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

background-color css

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

 a { background-color: rgb(220,177,69); }

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

border-color css

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

 span { border-color: rgb(220,177,69); }

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