#CFD588

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

Shades of Deco #CFD588

Tints of Deco #CFD588

Color information

#CFD588 (or 0xCFD588) is unknown color: approx Deco. HEX triplet: CF, D5 and 88. RGB value is (207,213,136). Sum of RGB (Red+Green+Blue) = 207+213+136=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD588 is #302A77. Grayscale: #CACACA. Windows color (decimal): -3156600 or 8967631. OLE color: 8967631.

HSL color Cylindrical-coordinate representation of color #CFD588: hue angle of 64.68º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFD588 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB207213136-
CMYK0.0300.360.16
HSL64.68º47.83%68.43%-
HSV(B)64.68º36.15%83.53%-
XYZ53.9762.6332.54-
YUV202.4390.51131.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 213 (83.59% from 255) = 38.31%
BLUE value IS 136 (53.52% from 255) = 24.46%
R=37.23%
G=38.31%
B=24.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072131360.0300.360.1664.6847.8368.43
HexCFD588302410413044
Octal31732521030442010160104
Binary1100111111010101100010001101001001000010000011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD588; }

 p { color: rgb(207,213,136); }

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

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

 a { background-color: rgb(207,213,136); }

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

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

 span { border-color: rgb(207,213,136); }

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