Html Css Color HEX #DCBF40 Confetti

📋 copy color: '#DCBF40'

red 220 ◦ green 191 ◦ blue 64

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

Shades of Confetti #DCBF40

Tints of Confetti #DCBF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.47%

R = 46.32%
G = 40.21%
B = 13.47%

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

#DCBF40 (or 0xDCBF40) is known color: Confetti. HEX triplet: DC, BF and 40. RGB value is (220,191,64). Sum of RGB (Red+Green+Blue) = 220+191+64=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 64 (25.39% from 255 or 13.47% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF40 is #2340BF. Grayscale: #B9B9B9. Windows color (decimal): -2310336 or 4243420. OLE color: 4243420.

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

Color convert

RGB 220 191 64 -
CMYK 0 0.13 0.71 0.14
HSL 48.85º 0.69% 0.56% -
HSV(B) 48.85º 0.71% 0.86% -
XYZ 49.07 52.85 12.46 -
YUV 185.19 59.61 152.83 -
System Red Green Blue C M Y K H S L
Decimal 220 191 64 0 0.13 0.71 0.14 48.85 0.69 0.56
Hex DC BF 40 0 D 47 E 31 45 38
Octal 334 277 100 0 15 107 16 61 105 70
Binary 11011100 10111111 1000000 0 1101 1000111 1110 110001 1000101 111000

Color Harmonies of #DCBF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF40

Black with #DCBF40

Text Example


Text Example

White with #DCBF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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