Html Css Color HEX #DBCF47 Confetti

📋 copy color: '#DBCF47'

red 219 ◦ green 207 ◦ blue 71

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

Shades of Confetti #DBCF47

Tints of Confetti #DBCF47

RGB

 RED value IS 219 (85.94% from 255) = 44.06%

 GREEN value IS 207 (81.25% from 255) = 41.65%

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

R = 44.06%
G = 41.65%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBCF47 (or 0xDBCF47) is known color: Confetti. HEX triplet: DB, CF and 47. RGB value is (219,207,71). Sum of RGB (Red+Green+Blue) = 219+207+71=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 71 (28.12% from 255 or 14.29% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCF47 is #2430B8. Grayscale: #C3C3C3. Windows color (decimal): -2371769 or 4706267. OLE color: 4706267.

HSL color Cylindrical-coordinate representation of color #DBCF47: hue angle of 55.14º degrees, saturation: 0.67, 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 #DBCF47 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 207 71 -
CMYK 0 0.05 0.68 0.14
HSL 55.14º 0.67% 0.57% -
HSV(B) 55.14º 0.68% 0.86% -
XYZ 52.66 60.14 14.79 -
YUV 195.08 57.98 145.06 -
System Red Green Blue C M Y K H S L
Decimal 219 207 71 0 0.05 0.68 0.14 55.14 0.67 0.57
Hex DB CF 47 0 5 44 E 37 43 39
Octal 333 317 107 0 5 104 16 67 103 71
Binary 11011011 11001111 1000111 0 101 1000100 1110 110111 1000011 111001

Color Harmonies of #DBCF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCF47

Black with #DBCF47

Text Example


Text Example

White with #DBCF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCF47; }

 p { color: rgb(219,207,71); }

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

background-color css

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

 a { background-color: rgb(219,207,71); }

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

border-color css

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

 span { border-color: rgb(219,207,71); }

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