Html Css Color HEX #DCBE48 Confetti

📋 copy color: '#DCBE48'

red 220 ◦ green 190 ◦ blue 72

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

Shades of Confetti #DCBE48

Tints of Confetti #DCBE48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.94%

R = 45.64%
G = 39.42%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCBE48 (or 0xDCBE48) is known color: Confetti. HEX triplet: DC, BE and 48. RGB value is (220,190,72). Sum of RGB (Red+Green+Blue) = 220+190+72=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 72 (28.52% from 255 or 14.94% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE48 is #2341B7. Grayscale: #BABABA. Windows color (decimal): -2310584 or 4767452. OLE color: 4767452.

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

Color convert

RGB 220 190 72 -
CMYK 0 0.14 0.67 0.14
HSL 47.84º 0.68% 0.57% -
HSV(B) 47.84º 0.67% 0.86% -
XYZ 49.1 52.51 13.68 -
YUV 185.52 63.94 152.59 -
System Red Green Blue C M Y K H S L
Decimal 220 190 72 0 0.14 0.67 0.14 47.84 0.68 0.57
Hex DC BE 48 0 E 43 E 30 44 39
Octal 334 276 110 0 16 103 16 60 104 71
Binary 11011100 10111110 1001000 0 1110 1000011 1110 110000 1000100 111001

Color Harmonies of #DCBE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE48

Black with #DCBE48

Text Example


Text Example

White with #DCBE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE48; }

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

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

background-color css

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

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

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

border-color css

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

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

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