#CFD98A

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

Shades of Deco #CFD98A

Tints of Deco #CFD98A

Color information

#CFD98A (or 0xCFD98A) is unknown color: approx Deco. HEX triplet: CF, D9 and 8A. RGB value is (207,217,138). Sum of RGB (Red+Green+Blue) = 207+217+138=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD98A is #302675. Grayscale: #CDCDCD. Windows color (decimal): -3155574 or 9099727. OLE color: 9099727.

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

Color convert

RGB207217138-
CMYK0.0500.360.15
HSL67.59º50.97%69.61%-
HSV(B)67.59º36.41%85.1%-
XYZ55.1364.7333.63-
YUV20590.19129.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 217 (85.16% from 255) = 38.61%
BLUE value IS 138 (54.30% from 255) = 24.56%
R=36.83%
G=38.61%
B=24.56%

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
Decimal2072171380.0500.360.1567.5950.9769.61
HexCFD98A5024F443346
Octal31733121250441710463106
Binary1100111111011001100010101010100100111110001001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD98A; }

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

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

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

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

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

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

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

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