Html Css Color HEX #DCBC2F Gold Tips

📋 copy color: '#DCBC2F'

red 220 ◦ green 188 ◦ blue 47

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

Shades of Gold Tips #DCBC2F

Tints of Gold Tips #DCBC2F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.32%

 BLUE value IS 47 (18.75% from 255) = 10.33%

R = 48.35%
G = 41.32%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCBC2F (or 0xDCBC2F) is known color: Gold Tips. HEX triplet: DC, BC and 2F. RGB value is (220,188,47). Sum of RGB (Red+Green+Blue) = 220+188+47=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 47 (18.75% from 255 or 10.33% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC2F is #2343D0. Grayscale: #B6B6B6. Windows color (decimal): -2311121 or 3128540. OLE color: 3128540.

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

Color convert

RGB 220 188 47 -
CMYK 0 0.15 0.79 0.14
HSL 48.9º 0.71% 0.52% -
HSV(B) 48.9º 0.79% 0.86% -
XYZ 48.01 51.39 10.08 -
YUV 181.49 52.1 155.46 -
System Red Green Blue C M Y K H S L
Decimal 220 188 47 0 0.15 0.79 0.14 48.9 0.71 0.52
Hex DC BC 2F 0 F 4F E 31 47 34
Octal 334 274 57 0 17 117 16 61 107 64
Binary 11011100 10111100 101111 0 1111 1001111 1110 110001 1000111 110100

Color Harmonies of #DCBC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC2F

Black with #DCBC2F

Text Example


Text Example

White with #DCBC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC2F; }

 p { color: rgb(220,188,47); }

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

background-color css

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

 a { background-color: rgb(220,188,47); }

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

border-color css

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

 span { border-color: rgb(220,188,47); }

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