Html Css Color HEX #DCBE45 Confetti

📋 copy color: '#DCBE45'

red 220 ◦ green 190 ◦ blue 69

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

Shades of Confetti #DCBE45

Tints of Confetti #DCBE45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.41%

R = 45.93%
G = 39.67%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCBE45 (or 0xDCBE45) is known color: Confetti. HEX triplet: DC, BE and 45. RGB value is (220,190,69). Sum of RGB (Red+Green+Blue) = 220+190+69=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 69 (27.34% from 255 or 14.41% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE45 is #2341BA. Grayscale: #B9B9B9. Windows color (decimal): -2310587 or 4570844. OLE color: 4570844.

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

Color convert

RGB 220 190 69 -
CMYK 0 0.14 0.69 0.14
HSL 48.08º 0.68% 0.57% -
HSV(B) 48.08º 0.69% 0.86% -
XYZ 49 52.47 13.18 -
YUV 185.18 62.44 152.84 -
System Red Green Blue C M Y K H S L
Decimal 220 190 69 0 0.14 0.69 0.14 48.08 0.68 0.57
Hex DC BE 45 0 E 45 E 30 44 39
Octal 334 276 105 0 16 105 16 60 104 71
Binary 11011100 10111110 1000101 0 1110 1000101 1110 110000 1000100 111001

Color Harmonies of #DCBE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE45

Black with #DCBE45

Text Example


Text Example

White with #DCBE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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