Html Css Color HEX #DCB044 Tulip Tree

📋 copy color: '#DCB044'

red 220 ◦ green 176 ◦ blue 68

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

Shades of Tulip Tree #DCB044

Tints of Tulip Tree #DCB044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.66%

R = 47.41%
G = 37.93%
B = 14.66%

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

#DCB044 (or 0xDCB044) is known color: Tulip Tree. HEX triplet: DC, B0 and 44. RGB value is (220,176,68). Sum of RGB (Red+Green+Blue) = 220+176+68=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 68 (26.95% from 255 or 14.66% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB044 is #234FBB. Grayscale: #B1B1B1. Windows color (decimal): -2314172 or 4501724. OLE color: 4501724.

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

Color convert

RGB 220 176 68 -
CMYK 0 0.2 0.69 0.14
HSL 42.63º 0.68% 0.56% -
HSV(B) 42.63º 0.69% 0.86% -
XYZ 46.08 46.68 12.05 -
YUV 176.84 66.58 158.78 -
System Red Green Blue C M Y K H S L
Decimal 220 176 68 0 0.2 0.69 0.14 42.63 0.68 0.56
Hex DC B0 44 0 14 45 E 2B 44 38
Octal 334 260 104 0 24 105 16 53 104 70
Binary 11011100 10110000 1000100 0 10100 1000101 1110 101011 1000100 111000

Color Harmonies of #DCB044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB044

Black with #DCB044

Text Example


Text Example

White with #DCB044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB044; }

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

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

background-color css

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

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

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

border-color css

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

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

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