Html Css Color HEX #DCBF3F Confetti

📋 copy color: '#DCBF3F'

red 220 ◦ green 191 ◦ blue 63

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

Shades of Confetti #DCBF3F

Tints of Confetti #DCBF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.29%

R = 46.41%
G = 40.3%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCBF3F (or 0xDCBF3F) is known color: Confetti. HEX triplet: DC, BF and 3F. RGB value is (220,191,63). Sum of RGB (Red+Green+Blue) = 220+191+63=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 63 (25% from 255 or 13.29% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF3F is #2340C0. Grayscale: #B9B9B9. Windows color (decimal): -2310337 or 4177884. OLE color: 4177884.

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

Color convert

RGB 220 191 63 -
CMYK 0 0.13 0.71 0.14
HSL 48.92º 0.69% 0.55% -
HSV(B) 48.92º 0.71% 0.86% -
XYZ 49.04 52.84 12.32 -
YUV 185.08 59.11 152.91 -
System Red Green Blue C M Y K H S L
Decimal 220 191 63 0 0.13 0.71 0.14 48.92 0.69 0.55
Hex DC BF 3F 0 D 47 E 31 45 37
Octal 334 277 77 0 15 107 16 61 105 67
Binary 11011100 10111111 111111 0 1101 1000111 1110 110001 1000101 110111

Color Harmonies of #DCBF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF3F

Black with #DCBF3F

Text Example


Text Example

White with #DCBF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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