#C8D671

Color #C8D671 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #C8D671

Tints of Deco #C8D671

Color information

#C8D671 (or 0xC8D671) is unknown color: approx Deco. HEX triplet: C8, D6 and 71. RGB value is (200,214,113). Sum of RGB (Red+Green+Blue) = 200+214+113=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D671 is #37298E. Grayscale: #C6C6C6. Windows color (decimal): -3615119 or 7460552. OLE color: 7460552.

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

Color convert

RGB200214113-
CMYK0.0700.470.16
HSL68.32º55.19%64.12%-
HSV(B)68.32º47.2%83.92%-
XYZ50.8561.5624.83-
YUV198.379.86129.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.95%
GREEN value IS 214 (83.98% from 255) = 40.61%
BLUE value IS 113 (44.53% from 255) = 21.44%
R=37.95%
G=40.61%
B=21.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002141130.0700.470.1668.3255.1964.12
HexC8D671702F10443740
Octal31032616170572010467100
Binary1100100011010110111000111101011111000010001001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D671; }

 p { color: rgb(200,214,113); }

 H1.HeaderClassName
 {
   color: #C8D671;
 }
 .AnyTagClassName
 {
   color: #C8D671;
 }
</style>
background-color css

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

 a { background-color: rgb(200,214,113); }

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

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

 span { border-color: rgb(200,214,113); }

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