Html Css Color HEX #DCB22B Gold Tips

📋 copy color: '#DCB22B'

red 220 ◦ green 178 ◦ blue 43

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

Shades of Gold Tips #DCB22B

Tints of Gold Tips #DCB22B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.36%

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

R = 49.89%
G = 40.36%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCB22B (or 0xDCB22B) is known color: Gold Tips. HEX triplet: DC, B2 and 2B. RGB value is (220,178,43). Sum of RGB (Red+Green+Blue) = 220+178+43=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 43 (17.19% from 255 or 9.75% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB22B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB22B is #234DD4. Grayscale: #AFAFAF. Windows color (decimal): -2313685 or 2863836. OLE color: 2863836.

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

Color convert

RGB 220 178 43 -
CMYK 0 0.19 0.80 0.14
HSL 45.76º 0.72% 0.52% -
HSV(B) 45.76º 0.8% 0.86% -
XYZ 45.87 47.23 8.98 -
YUV 175.17 53.41 159.98 -
System Red Green Blue C M Y K H S L
Decimal 220 178 43 0 0.19 0.80 0.14 45.76 0.72 0.52
Hex DC B2 2B 0 13 50 E 2E 48 34
Octal 334 262 53 0 23 120 16 56 110 64
Binary 11011100 10110010 101011 0 10011 1010000 1110 101110 1001000 110100

Color Harmonies of #DCB22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB22B

Black with #DCB22B

Text Example


Text Example

White with #DCB22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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