Html Css Color HEX #DCBF4E Confetti

📋 copy color: '#DCBF4E'

red 220 ◦ green 191 ◦ blue 78

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

Shades of Confetti #DCBF4E

Tints of Confetti #DCBF4E

RGB

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

 GREEN value IS 191 (75% from 255) = 39.06%

 BLUE value IS 78 (30.86% from 255) = 15.95%

R = 44.99%
G = 39.06%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCBF4E (or 0xDCBF4E) is known color: Confetti. HEX triplet: DC, BF and 4E. RGB value is (220,191,78). Sum of RGB (Red+Green+Blue) = 220+191+78=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 78 (30.86% from 255 or 15.95% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF4E is #2340B1. Grayscale: #BBBBBB. Windows color (decimal): -2310322 or 5160924. OLE color: 5160924.

HSL color Cylindrical-coordinate representation of color #DCBF4E: hue angle of 47.75º 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 #DCBF4E is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 191 78 -
CMYK 0 0.13 0.65 0.14
HSL 47.75º 0.67% 0.58% -
HSV(B) 47.75º 0.65% 0.86% -
XYZ 49.52 53.03 14.83 -
YUV 186.79 66.61 151.69 -
System Red Green Blue C M Y K H S L
Decimal 220 191 78 0 0.13 0.65 0.14 47.75 0.67 0.58
Hex DC BF 4E 0 D 41 E 30 43 3A
Octal 334 277 116 0 15 101 16 60 103 72
Binary 11011100 10111111 1001110 0 1101 1000001 1110 110000 1000011 111010

Color Harmonies of #DCBF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF4E

Black with #DCBF4E

Text Example


Text Example

White with #DCBF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF4E; }

 p { color: rgb(220,191,78); }

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

background-color css

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

 a { background-color: rgb(220,191,78); }

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

border-color css

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

 span { border-color: rgb(220,191,78); }

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