Html Css Color HEX #DBC947 Confetti

📋 copy color: '#DBC947'

red 219 ◦ green 201 ◦ blue 71

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

Shades of Confetti #DBC947

Tints of Confetti #DBC947

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.94%

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

R = 44.6%
G = 40.94%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBC947 (or 0xDBC947) is known color: Confetti. HEX triplet: DB, C9 and 47. RGB value is (219,201,71). Sum of RGB (Red+Green+Blue) = 219+201+71=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 71 (28.12% from 255 or 14.46% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC947 is #2436B8. Grayscale: #C0C0C0. Windows color (decimal): -2373305 or 4704731. OLE color: 4704731.

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

Color convert

RGB 219 201 71 -
CMYK 0 0.08 0.68 0.14
HSL 52.7º 0.67% 0.57% -
HSV(B) 52.7º 0.68% 0.86% -
XYZ 51.24 57.29 14.32 -
YUV 191.56 59.96 147.57 -
System Red Green Blue C M Y K H S L
Decimal 219 201 71 0 0.08 0.68 0.14 52.7 0.67 0.57
Hex DB C9 47 0 8 44 E 35 43 39
Octal 333 311 107 0 10 104 16 65 103 71
Binary 11011011 11001001 1000111 0 1000 1000100 1110 110101 1000011 111001

Color Harmonies of #DBC947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC947

Black with #DBC947

Text Example


Text Example

White with #DBC947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC947; }

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

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

background-color css

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

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

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

border-color css

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

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

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