Html Css Color HEX #DBC956 Confetti

📋 copy color: '#DBC956'

red 219 ◦ green 201 ◦ blue 86

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

Shades of Confetti #DBC956

Tints of Confetti #DBC956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17%

R = 43.28%
G = 39.72%
B = 17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DBC956 (or 0xDBC956) is known color: Confetti. HEX triplet: DB, C9 and 56. RGB value is (219,201,86). Sum of RGB (Red+Green+Blue) = 219+201+86=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC956 is #2436A9. Grayscale: #C1C1C1. Windows color (decimal): -2373290 or 5687771. OLE color: 5687771.

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

Color convert

RGB 219 201 86 -
CMYK 0 0.08 0.61 0.14
HSL 51.88º 0.65% 0.6% -
HSV(B) 51.88º 0.61% 0.86% -
XYZ 51.78 57.51 17.17 -
YUV 193.27 67.46 146.35 -
System Red Green Blue C M Y K H S L
Decimal 219 201 86 0 0.08 0.61 0.14 51.88 0.65 0.6
Hex DB C9 56 0 8 3D E 34 41 3C
Octal 333 311 126 0 10 75 16 64 101 74
Binary 11011011 11001001 1010110 0 1000 111101 1110 110100 1000001 111100

Color Harmonies of #DBC956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC956

Black with #DBC956

Text Example


Text Example

White with #DBC956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC956; }

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

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

background-color css

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

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

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

border-color css

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

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

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