Html Css Color HEX #DCB02B Gold Tips

📋 copy color: '#DCB02B'

red 220 ◦ green 176 ◦ blue 43

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

Shades of Gold Tips #DCB02B

Tints of Gold Tips #DCB02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.79%

R = 50.11%
G = 40.09%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCB02B (or 0xDCB02B) is known color: Gold Tips. HEX triplet: DC, B0 and 2B. RGB value is (220,176,43). Sum of RGB (Red+Green+Blue) = 220+176+43=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 43 (17.19% from 255 or 9.79% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB02B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB02B is #234FD4. Grayscale: #AEAEAE. Windows color (decimal): -2314197 or 2863324. OLE color: 2863324.

HSL color Cylindrical-coordinate representation of color #DCB02B: hue angle of 45.08º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCB02B is Cyan = 0, Magento = 0.2, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 43 -
CMYK 0 0.2 0.80 0.14
HSL 45.08º 0.72% 0.52% -
HSV(B) 45.08º 0.8% 0.86% -
XYZ 45.48 46.44 8.85 -
YUV 173.99 54.08 160.81 -
System Red Green Blue C M Y K H S L
Decimal 220 176 43 0 0.2 0.80 0.14 45.08 0.72 0.52
Hex DC B0 2B 0 14 50 E 2D 48 34
Octal 334 260 53 0 24 120 16 55 110 64
Binary 11011100 10110000 101011 0 10100 1010000 1110 101101 1001000 110100

Color Harmonies of #DCB02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB02B

Black with #DCB02B

Text Example


Text Example

White with #DCB02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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