Html Css Color HEX #DBC848 Confetti

📋 copy color: '#DBC848'

red 219 ◦ green 200 ◦ blue 72

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

Shades of Confetti #DBC848

Tints of Confetti #DBC848

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.73%

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

R = 44.6%
G = 40.73%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DBC848 (or 0xDBC848) is known color: Confetti. HEX triplet: DB, C8 and 48. RGB value is (219,200,72). Sum of RGB (Red+Green+Blue) = 219+200+72=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 72 (28.52% from 255 or 14.66% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC848 is #2437B7. Grayscale: #BFBFBF. Windows color (decimal): -2373560 or 4770011. OLE color: 4770011.

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

Color convert

RGB 219 200 72 -
CMYK 0 0.09 0.67 0.14
HSL 52.24º 0.67% 0.57% -
HSV(B) 52.24º 0.67% 0.86% -
XYZ 51.04 56.84 14.41 -
YUV 191.09 60.79 147.91 -
System Red Green Blue C M Y K H S L
Decimal 219 200 72 0 0.09 0.67 0.14 52.24 0.67 0.57
Hex DB C8 48 0 9 43 E 34 43 39
Octal 333 310 110 0 11 103 16 64 103 71
Binary 11011011 11001000 1001000 0 1001 1000011 1110 110100 1000011 111001

Color Harmonies of #DBC848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC848

Black with #DBC848

Text Example


Text Example

White with #DBC848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC848; }

 p { color: rgb(219,200,72); }

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

background-color css

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

 a { background-color: rgb(219,200,72); }

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

border-color css

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

 span { border-color: rgb(219,200,72); }

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