Html Css Color HEX #D5C855 Confetti

📋 copy color: '#D5C855'

red 213 ◦ green 200 ◦ blue 85

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

Shades of Confetti #D5C855

Tints of Confetti #D5C855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.07%

R = 42.77%
G = 40.16%
B = 17.07%

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

#D5C855 (or 0xD5C855) is known color: Confetti. HEX triplet: D5, C8 and 55. RGB value is (213,200,85). Sum of RGB (Red+Green+Blue) = 213+200+85=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 85 (33.59% from 255 or 17.07% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C855 is #2A37AA. Grayscale: #BFBFBF. Windows color (decimal): -2766763 or 5621973. OLE color: 5621973.

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

Color convert

RGB 213 200 85 -
CMYK 0 0.06 0.60 0.16
HSL 53.91º 0.6% 0.58% -
HSV(B) 53.91º 0.6% 0.84% -
XYZ 49.73 56.11 16.8 -
YUV 190.78 68.31 143.85 -
System Red Green Blue C M Y K H S L
Decimal 213 200 85 0 0.06 0.60 0.16 53.91 0.6 0.58
Hex D5 C8 55 0 6 3C 10 36 3C 3A
Octal 325 310 125 0 6 74 20 66 74 72
Binary 11010101 11001000 1010101 0 110 111100 10000 110110 111100 111010

Color Harmonies of #D5C855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C855

Black with #D5C855

Text Example


Text Example

White with #D5C855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C855; }

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

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

background-color css

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

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

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

border-color css

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

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

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