Html Css Color HEX #DCBF47 Confetti

📋 copy color: '#DCBF47'

red 220 ◦ green 191 ◦ blue 71

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

Shades of Confetti #DCBF47

Tints of Confetti #DCBF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.73%

R = 45.64%
G = 39.63%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCBF47 (or 0xDCBF47) is known color: Confetti. HEX triplet: DC, BF and 47. RGB value is (220,191,71). Sum of RGB (Red+Green+Blue) = 220+191+71=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 71 (28.12% from 255 or 14.73% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF47 is #2340B8. Grayscale: #BABABA. Windows color (decimal): -2310329 or 4702172. OLE color: 4702172.

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

Color convert

RGB 220 191 71 -
CMYK 0 0.13 0.68 0.14
HSL 48.32º 0.68% 0.57% -
HSV(B) 48.32º 0.68% 0.86% -
XYZ 49.28 52.93 13.58 -
YUV 185.99 63.11 152.26 -
System Red Green Blue C M Y K H S L
Decimal 220 191 71 0 0.13 0.68 0.14 48.32 0.68 0.57
Hex DC BF 47 0 D 44 E 30 44 39
Octal 334 277 107 0 15 104 16 60 104 71
Binary 11011100 10111111 1000111 0 1101 1000100 1110 110000 1000100 111001

Color Harmonies of #DCBF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF47

Black with #DCBF47

Text Example


Text Example

White with #DCBF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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