Html Css Color HEX #DCCB57 Confetti

📋 copy color: '#DCCB57'

red 220 ◦ green 203 ◦ blue 87

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

Shades of Confetti #DCCB57

Tints of Confetti #DCCB57

RGB

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

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

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

R = 43.14%
G = 39.8%
B = 17.06%

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

#DCCB57 (or 0xDCCB57) is known color: Confetti. HEX triplet: DC, CB and 57. RGB value is (220,203,87). Sum of RGB (Red+Green+Blue) = 220+203+87=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 87 (34.38% from 255 or 17.06% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB57 is #2334A8. Grayscale: #C3C3C3. Windows color (decimal): -2307241 or 5753820. OLE color: 5753820.

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

Color convert

RGB 220 203 87 -
CMYK 0 0.08 0.60 0.14
HSL 52.33º 0.66% 0.6% -
HSV(B) 52.33º 0.6% 0.86% -
XYZ 52.59 58.62 17.56 -
YUV 194.86 67.13 145.93 -
System Red Green Blue C M Y K H S L
Decimal 220 203 87 0 0.08 0.60 0.14 52.33 0.66 0.6
Hex DC CB 57 0 8 3C E 34 42 3C
Octal 334 313 127 0 10 74 16 64 102 74
Binary 11011100 11001011 1010111 0 1000 111100 1110 110100 1000010 111100

Color Harmonies of #DCCB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB57

Black with #DCCB57

Text Example


Text Example

White with #DCCB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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