Html Css Color HEX #DCBF4F Confetti

📋 copy color: '#DCBF4F'

red 220 ◦ green 191 ◦ blue 79

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

Shades of Confetti #DCBF4F

Tints of Confetti #DCBF4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.12%

R = 44.9%
G = 38.98%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCBF4F (or 0xDCBF4F) is known color: Confetti. HEX triplet: DC, BF and 4F. RGB value is (220,191,79). Sum of RGB (Red+Green+Blue) = 220+191+79=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 79 (31.25% from 255 or 16.12% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF4F is #2340B0. Grayscale: #BBBBBB. Windows color (decimal): -2310321 or 5226460. OLE color: 5226460.

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

Color convert

RGB 220 191 79 -
CMYK 0 0.13 0.64 0.14
HSL 47.66º 0.67% 0.59% -
HSV(B) 47.66º 0.64% 0.86% -
XYZ 49.56 53.04 15.02 -
YUV 186.9 67.11 151.61 -
System Red Green Blue C M Y K H S L
Decimal 220 191 79 0 0.13 0.64 0.14 47.66 0.67 0.59
Hex DC BF 4F 0 D 40 E 30 43 3B
Octal 334 277 117 0 15 100 16 60 103 73
Binary 11011100 10111111 1001111 0 1101 1000000 1110 110000 1000011 111011

Color Harmonies of #DCBF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF4F

Black with #DCBF4F

Text Example


Text Example

White with #DCBF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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