Html Css Color HEX #DCBE4D Confetti

📋 copy color: '#DCBE4D'

red 220 ◦ green 190 ◦ blue 77

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

Shades of Confetti #DCBE4D

Tints of Confetti #DCBE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.81%

R = 45.17%
G = 39.01%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCBE4D (or 0xDCBE4D) is known color: Confetti. HEX triplet: DC, BE and 4D. RGB value is (220,190,77). Sum of RGB (Red+Green+Blue) = 220+190+77=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE4D is #2341B2. Grayscale: #BABABA. Windows color (decimal): -2310579 or 5095132. OLE color: 5095132.

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

Color convert

RGB 220 190 77 -
CMYK 0 0.14 0.65 0.14
HSL 47.41º 0.67% 0.58% -
HSV(B) 47.41º 0.65% 0.86% -
XYZ 49.27 52.58 14.57 -
YUV 186.09 66.44 152.19 -
System Red Green Blue C M Y K H S L
Decimal 220 190 77 0 0.14 0.65 0.14 47.41 0.67 0.58
Hex DC BE 4D 0 E 41 E 2F 43 3A
Octal 334 276 115 0 16 101 16 57 103 72
Binary 11011100 10111110 1001101 0 1110 1000001 1110 101111 1000011 111010

Color Harmonies of #DCBE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE4D

Black with #DCBE4D

Text Example


Text Example

White with #DCBE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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