Html Css Color HEX #DCB03F Tulip Tree

📋 copy color: '#DCB03F'

red 220 ◦ green 176 ◦ blue 63

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

Shades of Tulip Tree #DCB03F

Tints of Tulip Tree #DCB03F

RGB

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

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

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

R = 47.93%
G = 38.34%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCB03F (or 0xDCB03F) is known color: Tulip Tree. HEX triplet: DC, B0 and 3F. RGB value is (220,176,63). Sum of RGB (Red+Green+Blue) = 220+176+63=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 63 (25% from 255 or 13.73% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB03F is #234FC0. Grayscale: #B0B0B0. Windows color (decimal): -2314177 or 4174044. OLE color: 4174044.

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

Color convert

RGB 220 176 63 -
CMYK 0 0.2 0.71 0.14
HSL 43.18º 0.69% 0.55% -
HSV(B) 43.18º 0.71% 0.86% -
XYZ 45.94 46.63 11.28 -
YUV 176.27 64.08 159.19 -
System Red Green Blue C M Y K H S L
Decimal 220 176 63 0 0.2 0.71 0.14 43.18 0.69 0.55
Hex DC B0 3F 0 14 47 E 2B 45 37
Octal 334 260 77 0 24 107 16 53 105 67
Binary 11011100 10110000 111111 0 10100 1000111 1110 101011 1000101 110111

Color Harmonies of #DCB03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB03F

Black with #DCB03F

Text Example


Text Example

White with #DCB03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB03F; }

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

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

background-color css

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

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

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

border-color css

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

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

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