Html Css Color HEX #DCB545 Tulip Tree

📋 copy color: '#DCB545'

red 220 ◦ green 181 ◦ blue 69

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

Shades of Tulip Tree #DCB545

Tints of Tulip Tree #DCB545

RGB

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

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

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

R = 46.81%
G = 38.51%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCB545 (or 0xDCB545) is known color: Tulip Tree. HEX triplet: DC, B5 and 45. RGB value is (220,181,69). Sum of RGB (Red+Green+Blue) = 220+181+69=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB545 is #234ABA. Grayscale: #B4B4B4. Windows color (decimal): -2312891 or 4568540. OLE color: 4568540.

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

Color convert

RGB 220 181 69 -
CMYK 0 0.18 0.69 0.14
HSL 44.5º 0.68% 0.57% -
HSV(B) 44.5º 0.69% 0.86% -
XYZ 47.11 48.69 12.55 -
YUV 179.89 65.42 156.61 -
System Red Green Blue C M Y K H S L
Decimal 220 181 69 0 0.18 0.69 0.14 44.5 0.68 0.57
Hex DC B5 45 0 12 45 E 2D 44 39
Octal 334 265 105 0 22 105 16 55 104 71
Binary 11011100 10110101 1000101 0 10010 1000101 1110 101101 1000100 111001

Color Harmonies of #DCB545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB545

Black with #DCB545

Text Example


Text Example

White with #DCB545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB545; }

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

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

background-color css

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

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

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

border-color css

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

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

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