Html Css Color HEX #DCCB58 Confetti

📋 copy color: '#DCCB58'

red 220 ◦ green 203 ◦ blue 88

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

Shades of Confetti #DCCB58

Tints of Confetti #DCCB58

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.73%

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

R = 43.05%
G = 39.73%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DCCB58 (or 0xDCCB58) is known color: Confetti. HEX triplet: DC, CB and 58. RGB value is (220,203,88). Sum of RGB (Red+Green+Blue) = 220+203+88=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 88 (34.77% from 255 or 17.22% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB58 is #2334A7. Grayscale: #C3C3C3. Windows color (decimal): -2307240 or 5819356. OLE color: 5819356.

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

Color convert

RGB 220 203 88 -
CMYK 0 0.08 0.6 0.14
HSL 52.27º 0.65% 0.6% -
HSV(B) 52.27º 0.6% 0.86% -
XYZ 52.63 58.63 17.78 -
YUV 194.97 67.63 145.85 -
System Red Green Blue C M Y K H S L
Decimal 220 203 88 0 0.08 0.6 0.14 52.27 0.65 0.6
Hex DC CB 58 0 8 3C E 34 41 3C
Octal 334 313 130 0 10 74 16 64 101 74
Binary 11011100 11001011 1011000 0 1000 111100 1110 110100 1000001 111100

Color Harmonies of #DCCB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB58

Black with #DCCB58

Text Example


Text Example

White with #DCCB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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