Html Css Color HEX #DBCF46 Confetti

📋 copy color: '#DBCF46'

red 219 ◦ green 207 ◦ blue 70

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

Shades of Confetti #DBCF46

Tints of Confetti #DBCF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.11%

R = 44.15%
G = 41.73%
B = 14.11%

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

#DBCF46 (or 0xDBCF46) is known color: Confetti. HEX triplet: DB, CF and 46. RGB value is (219,207,70). Sum of RGB (Red+Green+Blue) = 219+207+70=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 70 (27.73% from 255 or 14.11% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCF46 is #2430B9. Grayscale: #C3C3C3. Windows color (decimal): -2371770 or 4640731. OLE color: 4640731.

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

Color convert

RGB 219 207 70 -
CMYK 0 0.05 0.68 0.14
HSL 55.17º 0.67% 0.57% -
HSV(B) 55.17º 0.68% 0.86% -
XYZ 52.63 60.13 14.63 -
YUV 194.97 57.48 145.14 -
System Red Green Blue C M Y K H S L
Decimal 219 207 70 0 0.05 0.68 0.14 55.17 0.67 0.57
Hex DB CF 46 0 5 44 E 37 43 39
Octal 333 317 106 0 5 104 16 67 103 71
Binary 11011011 11001111 1000110 0 101 1000100 1110 110111 1000011 111001

Color Harmonies of #DBCF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCF46

Black with #DBCF46

Text Example


Text Example

White with #DBCF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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