Html Css Color HEX #D6C655 Confetti

📋 copy color: '#D6C655'

red 214 ◦ green 198 ◦ blue 85

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

Shades of Confetti #D6C655

Tints of Confetti #D6C655

RGB

 RED value IS 214 (83.98% from 255) = 43.06%

 GREEN value IS 198 (77.73% from 255) = 39.84%

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

R = 43.06%
G = 39.84%
B = 17.1%

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

#D6C655 (or 0xD6C655) is known color: Confetti. HEX triplet: D6, C6 and 55. RGB value is (214,198,85). Sum of RGB (Red+Green+Blue) = 214+198+85=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C655 is #2939AA. Grayscale: #BEBEBE. Windows color (decimal): -2701739 or 5621462. OLE color: 5621462.

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

Color convert

RGB 214 198 85 -
CMYK 0 0.07 0.60 0.16
HSL 52.56º 0.61% 0.59% -
HSV(B) 52.56º 0.6% 0.84% -
XYZ 49.57 55.34 16.66 -
YUV 189.9 68.8 145.19 -
System Red Green Blue C M Y K H S L
Decimal 214 198 85 0 0.07 0.60 0.16 52.56 0.61 0.59
Hex D6 C6 55 0 7 3C 10 35 3D 3B
Octal 326 306 125 0 7 74 20 65 75 73
Binary 11010110 11000110 1010101 0 111 111100 10000 110101 111101 111011

Color Harmonies of #D6C655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C655

Black with #D6C655

Text Example


Text Example

White with #D6C655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C655; }

 p { color: rgb(214,198,85); }

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

background-color css

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

 a { background-color: rgb(214,198,85); }

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

border-color css

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

 span { border-color: rgb(214,198,85); }

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