#CFD88B

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

Shades of Deco #CFD88B

Tints of Deco #CFD88B

Color information

#CFD88B (or 0xCFD88B) is unknown color: approx Deco. HEX triplet: CF, D8 and 8B. RGB value is (207,216,139). Sum of RGB (Red+Green+Blue) = 207+216+139=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 139 (54.69% from 255 or 24.73% from 562); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD88B is #302774. Grayscale: #CCCCCC. Windows color (decimal): -3155829 or 9165007. OLE color: 9165007.

HSL color Cylindrical-coordinate representation of color #CFD88B: hue angle of 67.01º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFD88B is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB207216139-
CMYK0.0400.360.15
HSL67.01º49.68%69.61%-
HSV(B)67.01º35.65%84.71%-
XYZ54.9564.2433.93-
YUV204.5391.02129.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 216 (84.77% from 255) = 38.43%
BLUE value IS 139 (54.69% from 255) = 24.73%
R=36.83%
G=38.43%
B=24.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072161390.0400.360.1567.0149.6869.61
HexCFD88B4024F433246
Octal31733021340441710362106
Binary1100111111011000100010111000100100111110000111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD88B; }

 p { color: rgb(207,216,139); }

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

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

 a { background-color: rgb(207,216,139); }

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

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

 span { border-color: rgb(207,216,139); }

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