#CFD99C

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

Shades of Orinoco #CFD99C

Tints of Orinoco #CFD99C

Color information

#CFD99C (or 0xCFD99C) is unknown color: approx Orinoco. HEX triplet: CF, D9 and 9C. RGB value is (207,217,156). Sum of RGB (Red+Green+Blue) = 207+217+156=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 156 (61.33% from 255 or 26.90% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD99C is #302663. Grayscale: #CFCFCF. Windows color (decimal): -3155556 or 10279375. OLE color: 10279375.

HSL color Cylindrical-coordinate representation of color #CFD99C: hue angle of 69.84º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFD99C is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB207217156-
CMYK0.0500.280.15
HSL69.84º44.53%73.14%-
HSV(B)69.84º28.11%85.1%-
XYZ56.5565.2941.07-
YUV207.0699.19127.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.69%
GREEN value IS 217 (85.16% from 255) = 37.41%
BLUE value IS 156 (61.33% from 255) = 26.90%
R=35.69%
G=37.41%
B=26.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072171560.0500.280.1569.8444.5373.14
HexCFD99C501CF462d49
Octal31733123450341710655111
Binary110011111101100110011100101011100111110001101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD99C; }

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

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

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

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

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

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

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

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