Html Css Color HEX #D5C856 Confetti

📋 copy color: '#D5C856'

red 213 ◦ green 200 ◦ blue 86

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

Shades of Confetti #D5C856

Tints of Confetti #D5C856

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.08%

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

R = 42.69%
G = 40.08%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D5C856 (or 0xD5C856) is known color: Confetti. HEX triplet: D5, C8 and 56. RGB value is (213,200,86). Sum of RGB (Red+Green+Blue) = 213+200+86=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C856 is #2A37A9. Grayscale: #BFBFBF. Windows color (decimal): -2766762 or 5687509. OLE color: 5687509.

HSL color Cylindrical-coordinate representation of color #D5C856: hue angle of 53.86º 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 #D5C856 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 200 86 -
CMYK 0 0.06 0.60 0.16
HSL 53.86º 0.6% 0.59% -
HSV(B) 53.86º 0.6% 0.84% -
XYZ 49.77 56.13 17.01 -
YUV 190.89 68.81 143.77 -
System Red Green Blue C M Y K H S L
Decimal 213 200 86 0 0.06 0.60 0.16 53.86 0.6 0.59
Hex D5 C8 56 0 6 3C 10 36 3C 3B
Octal 325 310 126 0 6 74 20 66 74 73
Binary 11010101 11001000 1010110 0 110 111100 10000 110110 111100 111011

Color Harmonies of #D5C856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C856

Black with #D5C856

Text Example


Text Example

White with #D5C856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C856; }

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

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

background-color css

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

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

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

border-color css

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

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

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