Html Css Color HEX #DCC958 Confetti

📋 copy color: '#DCC958'

red 220 ◦ green 201 ◦ blue 88

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

Shades of Confetti #DCC958

Tints of Confetti #DCC958

RGB

 RED value IS 220 (86.33% from 255) = 43.22%

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

 BLUE value IS 88 (34.77% from 255) = 17.29%

R = 43.22%
G = 39.49%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DCC958 (or 0xDCC958) is known color: Confetti. HEX triplet: DC, C9 and 58. RGB value is (220,201,88). Sum of RGB (Red+Green+Blue) = 220+201+88=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC958 is #2336A7. Grayscale: #C2C2C2. Windows color (decimal): -2307752 or 5818844. OLE color: 5818844.

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

Color convert

RGB 220 201 88 -
CMYK 0 0.09 0.6 0.14
HSL 51.36º 0.65% 0.6% -
HSV(B) 51.36º 0.6% 0.86% -
XYZ 52.16 57.69 17.62 -
YUV 193.8 68.29 146.69 -
System Red Green Blue C M Y K H S L
Decimal 220 201 88 0 0.09 0.6 0.14 51.36 0.65 0.6
Hex DC C9 58 0 9 3C E 33 41 3C
Octal 334 311 130 0 11 74 16 63 101 74
Binary 11011100 11001001 1011000 0 1001 111100 1110 110011 1000001 111100

Color Harmonies of #DCC958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC958

Black with #DCC958

Text Example


Text Example

White with #DCC958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC958; }

 p { color: rgb(220,201,88); }

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

background-color css

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

 a { background-color: rgb(220,201,88); }

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

border-color css

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

 span { border-color: rgb(220,201,88); }

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