Html Css Color HEX #DBC047 Confetti

📋 copy color: '#DBC047'

red 219 ◦ green 192 ◦ blue 71

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

Shades of Confetti #DBC047

Tints of Confetti #DBC047

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.83%

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

R = 45.44%
G = 39.83%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBC047 (or 0xDBC047) is known color: Confetti. HEX triplet: DB, C0 and 47. RGB value is (219,192,71). Sum of RGB (Red+Green+Blue) = 219+192+71=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 71 (28.12% from 255 or 14.73% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC047 is #243FB8. Grayscale: #BABABA. Windows color (decimal): -2375609 or 4702427. OLE color: 4702427.

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

Color convert

RGB 219 192 71 -
CMYK 0 0.12 0.68 0.14
HSL 49.05º 0.67% 0.57% -
HSV(B) 49.05º 0.68% 0.86% -
XYZ 49.2 53.21 13.64 -
YUV 186.28 62.95 151.34 -
System Red Green Blue C M Y K H S L
Decimal 219 192 71 0 0.12 0.68 0.14 49.05 0.67 0.57
Hex DB C0 47 0 C 44 E 31 43 39
Octal 333 300 107 0 14 104 16 61 103 71
Binary 11011011 11000000 1000111 0 1100 1000100 1110 110001 1000011 111001

Color Harmonies of #DBC047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC047

Black with #DBC047

Text Example


Text Example

White with #DBC047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC047; }

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

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

background-color css

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

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

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

border-color css

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

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

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