Html Css Color HEX #DCBF43 Confetti

📋 copy color: '#DCBF43'

red 220 ◦ green 191 ◦ blue 67

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

Shades of Confetti #DCBF43

Tints of Confetti #DCBF43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.02%

R = 46.03%
G = 39.96%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCBF43 (or 0xDCBF43) is known color: Confetti. HEX triplet: DC, BF and 43. RGB value is (220,191,67). Sum of RGB (Red+Green+Blue) = 220+191+67=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 67 (26.56% from 255 or 14.02% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF43 is #2340BC. Grayscale: #BABABA. Windows color (decimal): -2310333 or 4440028. OLE color: 4440028.

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

Color convert

RGB 220 191 67 -
CMYK 0 0.13 0.70 0.14
HSL 48.63º 0.69% 0.56% -
HSV(B) 48.63º 0.7% 0.86% -
XYZ 49.16 52.88 12.93 -
YUV 185.54 61.11 152.58 -
System Red Green Blue C M Y K H S L
Decimal 220 191 67 0 0.13 0.70 0.14 48.63 0.69 0.56
Hex DC BF 43 0 D 46 E 31 45 38
Octal 334 277 103 0 15 106 16 61 105 70
Binary 11011100 10111111 1000011 0 1101 1000110 1110 110001 1000101 111000

Color Harmonies of #DCBF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF43

Black with #DCBF43

Text Example


Text Example

White with #DCBF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF43; }

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

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

background-color css

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

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

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

border-color css

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

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

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