#CFD98B

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

Shades of Deco #CFD98B

Tints of Deco #CFD98B

Color information

#CFD98B (or 0xCFD98B) is unknown color: approx Deco. HEX triplet: CF, D9 and 8B. RGB value is (207,217,139). Sum of RGB (Red+Green+Blue) = 207+217+139=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 139 (54.69% from 255 or 24.69% from 563); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD98B is #302674. Grayscale: #CDCDCD. Windows color (decimal): -3155573 or 9165263. OLE color: 9165263.

HSL color Cylindrical-coordinate representation of color #CFD98B: hue angle of 67.69º degrees, saturation: 0.51, 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 #CFD98B is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB207217139-
CMYK0.0500.360.15
HSL67.69º50.65%69.8%-
HSV(B)67.69º35.94%85.1%-
XYZ55.2164.7634.02-
YUV205.1290.69129.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 217 (85.16% from 255) = 38.54%
BLUE value IS 139 (54.69% from 255) = 24.69%
R=36.77%
G=38.54%
B=24.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072171390.0500.360.1567.6950.6569.8
HexCFD98B5024F443346
Octal31733121350441710463106
Binary1100111111011001100010111010100100111110001001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD98B; }

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

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

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

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

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

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

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

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