Html Css Color HEX #DCBF48 Confetti

📋 copy color: '#DCBF48'

red 220 ◦ green 191 ◦ blue 72

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

Shades of Confetti #DCBF48

Tints of Confetti #DCBF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.91%

R = 45.55%
G = 39.54%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCBF48 (or 0xDCBF48) is known color: Confetti. HEX triplet: DC, BF and 48. RGB value is (220,191,72). Sum of RGB (Red+Green+Blue) = 220+191+72=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 72 (28.52% from 255 or 14.91% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF48 is #2340B7. Grayscale: #BABABA. Windows color (decimal): -2310328 or 4767708. OLE color: 4767708.

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

Color convert

RGB 220 191 72 -
CMYK 0 0.13 0.67 0.14
HSL 48.24º 0.68% 0.57% -
HSV(B) 48.24º 0.67% 0.86% -
XYZ 49.32 52.95 13.75 -
YUV 186.11 63.61 152.18 -
System Red Green Blue C M Y K H S L
Decimal 220 191 72 0 0.13 0.67 0.14 48.24 0.68 0.57
Hex DC BF 48 0 D 43 E 30 44 39
Octal 334 277 110 0 15 103 16 60 104 71
Binary 11011100 10111111 1001000 0 1101 1000011 1110 110000 1000100 111001

Color Harmonies of #DCBF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF48

Black with #DCBF48

Text Example


Text Example

White with #DCBF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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