#CFD389

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

Shades of Deco #CFD389

Tints of Deco #CFD389

Color information

#CFD389 (or 0xCFD389) is unknown color: approx Deco. HEX triplet: CF, D3 and 89. RGB value is (207,211,137). Sum of RGB (Red+Green+Blue) = 207+211+137=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 137 (53.91% from 255 or 24.68% from 555); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD389 is #302C76. Grayscale: #C9C9C9. Windows color (decimal): -3157111 or 9032655. OLE color: 9032655.

HSL color Cylindrical-coordinate representation of color #CFD389: hue angle of 63.24º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFD389 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB207211137-
CMYK0.0200.350.17
HSL63.24º45.68%68.24%-
HSV(B)63.24º35.07%82.75%-
XYZ53.5461.6632.75-
YUV201.3791.67132.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.30%
GREEN value IS 211 (82.81% from 255) = 38.02%
BLUE value IS 137 (53.91% from 255) = 24.68%
R=37.30%
G=38.02%
B=24.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072111370.0200.350.1763.2445.6868.24
HexCFD3892023113f2e44
Octal3173232112043217756104
Binary110011111101001110001001100100011100011111111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD389; }

 p { color: rgb(207,211,137); }

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

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

 a { background-color: rgb(207,211,137); }

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

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

 span { border-color: rgb(207,211,137); }

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