Html Css Color HEX #D5C756 Confetti

📋 copy color: '#D5C756'

red 213 ◦ green 199 ◦ blue 86

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

Shades of Confetti #D5C756

Tints of Confetti #D5C756

RGB

 RED value IS 213 (83.59% from 255) = 42.77%

 GREEN value IS 199 (78.13% from 255) = 39.96%

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

R = 42.77%
G = 39.96%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D5C756 (or 0xD5C756) is known color: Confetti. HEX triplet: D5, C7 and 56. RGB value is (213,199,86). Sum of RGB (Red+Green+Blue) = 213+199+86=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 86 (33.98% from 255 or 17.27% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C756 is #2A38A9. Grayscale: #BEBEBE. Windows color (decimal): -2767018 or 5687253. OLE color: 5687253.

HSL color Cylindrical-coordinate representation of color #D5C756: hue angle of 53.39º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5C756 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 199 86 -
CMYK 0 0.07 0.60 0.16
HSL 53.39º 0.6% 0.59% -
HSV(B) 53.39º 0.6% 0.84% -
XYZ 49.54 55.66 16.94 -
YUV 190.3 69.14 144.19 -
System Red Green Blue C M Y K H S L
Decimal 213 199 86 0 0.07 0.60 0.16 53.39 0.6 0.59
Hex D5 C7 56 0 7 3C 10 35 3C 3B
Octal 325 307 126 0 7 74 20 65 74 73
Binary 11010101 11000111 1010110 0 111 111100 10000 110101 111100 111011

Color Harmonies of #D5C756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C756

Black with #D5C756

Text Example


Text Example

White with #D5C756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C756; }

 p { color: rgb(213,199,86); }

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

background-color css

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

 a { background-color: rgb(213,199,86); }

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

border-color css

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

 span { border-color: rgb(213,199,86); }

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