Html Css Color HEX #DBC957 Confetti

📋 copy color: '#DBC957'

red 219 ◦ green 201 ◦ blue 87

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

Shades of Confetti #DBC957

Tints of Confetti #DBC957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.16%

R = 43.2%
G = 39.64%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBC957 (or 0xDBC957) is known color: Confetti. HEX triplet: DB, C9 and 57. RGB value is (219,201,87). Sum of RGB (Red+Green+Blue) = 219+201+87=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 87 (34.38% from 255 or 17.16% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC957 is #2436A8. Grayscale: #C1C1C1. Windows color (decimal): -2373289 or 5753307. OLE color: 5753307.

HSL color Cylindrical-coordinate representation of color #DBC957: hue angle of 51.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBC957 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 201 87 -
CMYK 0 0.08 0.60 0.14
HSL 51.82º 0.65% 0.6% -
HSV(B) 51.82º 0.6% 0.86% -
XYZ 51.82 57.52 17.39 -
YUV 193.39 67.96 146.27 -
System Red Green Blue C M Y K H S L
Decimal 219 201 87 0 0.08 0.60 0.14 51.82 0.65 0.6
Hex DB C9 57 0 8 3C E 34 41 3C
Octal 333 311 127 0 10 74 16 64 101 74
Binary 11011011 11001001 1010111 0 1000 111100 1110 110100 1000001 111100

Color Harmonies of #DBC957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC957

Black with #DBC957

Text Example


Text Example

White with #DBC957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC957; }

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

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

background-color css

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

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

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

border-color css

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

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

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