Html Css Color HEX #DCB72E Gold Tips

📋 copy color: '#DCB72E'

red 220 ◦ green 183 ◦ blue 46

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

Shades of Gold Tips #DCB72E

Tints of Gold Tips #DCB72E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.76%

 BLUE value IS 46 (18.36% from 255) = 10.24%

R = 49%
G = 40.76%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCB72E (or 0xDCB72E) is known color: Gold Tips. HEX triplet: DC, B7 and 2E. RGB value is (220,183,46). Sum of RGB (Red+Green+Blue) = 220+183+46=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 46 (18.36% from 255 or 10.24% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB72E is #2348D1. Grayscale: #B3B3B3. Windows color (decimal): -2312402 or 3061724. OLE color: 3061724.

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

Color convert

RGB 220 183 46 -
CMYK 0 0.17 0.79 0.14
HSL 47.24º 0.71% 0.52% -
HSV(B) 47.24º 0.79% 0.86% -
XYZ 46.94 49.28 9.62 -
YUV 178.45 53.26 157.64 -
System Red Green Blue C M Y K H S L
Decimal 220 183 46 0 0.17 0.79 0.14 47.24 0.71 0.52
Hex DC B7 2E 0 11 4F E 2F 47 34
Octal 334 267 56 0 21 117 16 57 107 64
Binary 11011100 10110111 101110 0 10001 1001111 1110 101111 1000111 110100

Color Harmonies of #DCB72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB72E

Black with #DCB72E

Text Example


Text Example

White with #DCB72E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB72E; }

 p { color: rgb(220,183,46); }

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

background-color css

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

 a { background-color: rgb(220,183,46); }

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

border-color css

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

 span { border-color: rgb(220,183,46); }

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