Html Css Color HEX #DCB045 Tulip Tree

📋 copy color: '#DCB045'

red 220 ◦ green 176 ◦ blue 69

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

Shades of Tulip Tree #DCB045

Tints of Tulip Tree #DCB045

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.85%

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

R = 47.31%
G = 37.85%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCB045 (or 0xDCB045) is known color: Tulip Tree. HEX triplet: DC, B0 and 45. RGB value is (220,176,69). Sum of RGB (Red+Green+Blue) = 220+176+69=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB045 is #234FBA. Grayscale: #B1B1B1. Windows color (decimal): -2314171 or 4567260. OLE color: 4567260.

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

Color convert

RGB 220 176 69 -
CMYK 0 0.2 0.69 0.14
HSL 42.52º 0.68% 0.57% -
HSV(B) 42.52º 0.69% 0.86% -
XYZ 46.11 46.7 12.21 -
YUV 176.96 67.08 158.7 -
System Red Green Blue C M Y K H S L
Decimal 220 176 69 0 0.2 0.69 0.14 42.52 0.68 0.57
Hex DC B0 45 0 14 45 E 2B 44 39
Octal 334 260 105 0 24 105 16 53 104 71
Binary 11011100 10110000 1000101 0 10100 1000101 1110 101011 1000100 111001

Color Harmonies of #DCB045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB045

Black with #DCB045

Text Example


Text Example

White with #DCB045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB045; }

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

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

background-color css

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

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

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

border-color css

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

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

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