Html Css Color HEX #DCCB56 Confetti

📋 copy color: '#DCCB56'

red 220 ◦ green 203 ◦ blue 86

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

Shades of Confetti #DCCB56

Tints of Confetti #DCCB56

RGB

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

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

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

R = 43.22%
G = 39.88%
B = 16.9%

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

#DCCB56 (or 0xDCCB56) is known color: Confetti. HEX triplet: DC, CB and 56. RGB value is (220,203,86). Sum of RGB (Red+Green+Blue) = 220+203+86=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 86 (33.98% from 255 or 16.90% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB56 is #2334A9. Grayscale: #C3C3C3. Windows color (decimal): -2307242 or 5688284. OLE color: 5688284.

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

Color convert

RGB 220 203 86 -
CMYK 0 0.08 0.61 0.14
HSL 52.39º 0.66% 0.6% -
HSV(B) 52.39º 0.61% 0.86% -
XYZ 52.55 58.6 17.35 -
YUV 194.75 66.63 146.01 -
System Red Green Blue C M Y K H S L
Decimal 220 203 86 0 0.08 0.61 0.14 52.39 0.66 0.6
Hex DC CB 56 0 8 3D E 34 42 3C
Octal 334 313 126 0 10 75 16 64 102 74
Binary 11011100 11001011 1010110 0 1000 111101 1110 110100 1000010 111100

Color Harmonies of #DCCB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB56

Black with #DCCB56

Text Example


Text Example

White with #DCCB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB56; }

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

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

background-color css

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

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

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

border-color css

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

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

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