#CFDC99

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

Shades of Reef #CFDC99

Tints of Reef #CFDC99

Color information

#CFDC99 (or 0xCFDC99) is unknown color: approx Reef. HEX triplet: CF, DC and 99. RGB value is (207,220,153). Sum of RGB (Red+Green+Blue) = 207+220+153=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 153 (60.16% from 255 or 26.38% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDC99 is #302366. Grayscale: #D0D0D0. Windows color (decimal): -3154791 or 10083535. OLE color: 10083535.

HSL color Cylindrical-coordinate representation of color #CFDC99: hue angle of 71.64º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFDC99 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB207220153-
CMYK0.0600.300.14
HSL71.64º48.91%73.14%-
HSV(B)71.64º30.45%86.27%-
XYZ57.0866.7540.01-
YUV208.4896.69126.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.69%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 153 (60.16% from 255) = 26.38%
R=35.69%
G=37.93%
B=26.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072201530.0600.300.1471.6448.9173.14
HexCFDC99601EE483149
Octal31733423160361611061111
Binary110011111101110010011001110011110111010010001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDC99; }

 p { color: rgb(207,220,153); }

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

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

 a { background-color: rgb(207,220,153); }

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

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

 span { border-color: rgb(207,220,153); }

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