Html Css Color HEX #DCB12D Gold Tips

📋 copy color: '#DCB12D'

red 220 ◦ green 177 ◦ blue 45

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

Shades of Gold Tips #DCB12D

Tints of Gold Tips #DCB12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.18%

R = 49.77%
G = 40.05%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCB12D (or 0xDCB12D) is known color: Gold Tips. HEX triplet: DC, B1 and 2D. RGB value is (220,177,45). Sum of RGB (Red+Green+Blue) = 220+177+45=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB12D is #234ED2. Grayscale: #AFAFAF. Windows color (decimal): -2313939 or 2994652. OLE color: 2994652.

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

Color convert

RGB 220 177 45 -
CMYK 0 0.20 0.80 0.14
HSL 45.26º 0.71% 0.52% -
HSV(B) 45.26º 0.8% 0.86% -
XYZ 45.71 46.85 9.12 -
YUV 174.81 54.75 160.23 -
System Red Green Blue C M Y K H S L
Decimal 220 177 45 0 0.20 0.80 0.14 45.26 0.71 0.52
Hex DC B1 2D 0 14 50 E 2D 47 34
Octal 334 261 55 0 24 120 16 55 107 64
Binary 11011100 10110001 101101 0 10100 1010000 1110 101101 1000111 110100

Color Harmonies of #DCB12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB12D

Black with #DCB12D

Text Example


Text Example

White with #DCB12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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