Html Css Color HEX #DCBE47 Confetti

📋 copy color: '#DCBE47'

red 220 ◦ green 190 ◦ blue 71

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

Shades of Confetti #DCBE47

Tints of Confetti #DCBE47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.76%

R = 45.74%
G = 39.5%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCBE47 (or 0xDCBE47) is known color: Confetti. HEX triplet: DC, BE and 47. RGB value is (220,190,71). Sum of RGB (Red+Green+Blue) = 220+190+71=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 71 (28.12% from 255 or 14.76% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE47 is #2341B8. Grayscale: #B9B9B9. Windows color (decimal): -2310585 or 4701916. OLE color: 4701916.

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

Color convert

RGB 220 190 71 -
CMYK 0 0.14 0.68 0.14
HSL 47.92º 0.68% 0.57% -
HSV(B) 47.92º 0.68% 0.86% -
XYZ 49.07 52.5 13.51 -
YUV 185.4 63.44 152.68 -
System Red Green Blue C M Y K H S L
Decimal 220 190 71 0 0.14 0.68 0.14 47.92 0.68 0.57
Hex DC BE 47 0 E 44 E 30 44 39
Octal 334 276 107 0 16 104 16 60 104 71
Binary 11011100 10111110 1000111 0 1110 1000100 1110 110000 1000100 111001

Color Harmonies of #DCBE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE47

Black with #DCBE47

Text Example


Text Example

White with #DCBE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE47; }

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

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

background-color css

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

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

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

border-color css

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

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

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