Html Css Color HEX #DCBE2A Gold Tips

📋 copy color: '#DCBE2A'

red 220 ◦ green 190 ◦ blue 42

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

Shades of Gold Tips #DCBE2A

Tints of Gold Tips #DCBE2A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.04%

 BLUE value IS 42 (16.8% from 255) = 9.29%

R = 48.67%
G = 42.04%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCBE2A (or 0xDCBE2A) is known color: Gold Tips. HEX triplet: DC, BE and 2A. RGB value is (220,190,42). Sum of RGB (Red+Green+Blue) = 220+190+42=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 42 (16.80% from 255 or 9.29% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE2A is #2341D5. Grayscale: #B6B6B6. Windows color (decimal): -2310614 or 2801372. OLE color: 2801372.

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

Color convert

RGB 220 190 42 -
CMYK 0 0.14 0.81 0.14
HSL 49.89º 0.72% 0.51% -
HSV(B) 49.89º 0.81% 0.86% -
XYZ 48.35 52.21 9.72 -
YUV 182.1 48.94 155.03 -
System Red Green Blue C M Y K H S L
Decimal 220 190 42 0 0.14 0.81 0.14 49.89 0.72 0.51
Hex DC BE 2A 0 E 51 E 32 48 33
Octal 334 276 52 0 16 121 16 62 110 63
Binary 11011100 10111110 101010 0 1110 1010001 1110 110010 1001000 110011

Color Harmonies of #DCBE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE2A

Black with #DCBE2A

Text Example


Text Example

White with #DCBE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE2A; }

 p { color: rgb(220,190,42); }

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

background-color css

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

 a { background-color: rgb(220,190,42); }

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

border-color css

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

 span { border-color: rgb(220,190,42); }

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