Html Css Color HEX #DCB13F Tulip Tree

📋 copy color: '#DCB13F'

red 220 ◦ green 177 ◦ blue 63

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

Shades of Tulip Tree #DCB13F

Tints of Tulip Tree #DCB13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.7%

R = 47.83%
G = 38.48%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCB13F (or 0xDCB13F) is known color: Tulip Tree. HEX triplet: DC, B1 and 3F. RGB value is (220,177,63). Sum of RGB (Red+Green+Blue) = 220+177+63=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 63 (25% from 255 or 13.70% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB13F is #234EC0. Grayscale: #B1B1B1. Windows color (decimal): -2313921 or 4174300. OLE color: 4174300.

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

Color convert

RGB 220 177 63 -
CMYK 0 0.20 0.71 0.14
HSL 43.57º 0.69% 0.55% -
HSV(B) 43.57º 0.71% 0.86% -
XYZ 46.13 47.02 11.35 -
YUV 176.86 63.75 158.77 -
System Red Green Blue C M Y K H S L
Decimal 220 177 63 0 0.20 0.71 0.14 43.57 0.69 0.55
Hex DC B1 3F 0 14 47 E 2C 45 37
Octal 334 261 77 0 24 107 16 54 105 67
Binary 11011100 10110001 111111 0 10100 1000111 1110 101100 1000101 110111

Color Harmonies of #DCB13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB13F

Black with #DCB13F

Text Example


Text Example

White with #DCB13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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