#CFDBA9

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

Shades of Orinoco #CFDBA9

Tints of Orinoco #CFDBA9

Color information

#CFDBA9 (or 0xCFDBA9) is unknown color: approx Orinoco. HEX triplet: CF, DB and A9. RGB value is (207,219,169). Sum of RGB (Red+Green+Blue) = 207+219+169=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 169 (66.41% from 255 or 28.40% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDBA9 is #302456. Grayscale: #D1D1D1. Windows color (decimal): -3155031 or 11131855. OLE color: 11131855.

HSL color Cylindrical-coordinate representation of color #CFDBA9: hue angle of 74.4º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFDBA9 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB207219169-
CMYK0.0500.230.14
HSL74.4º40.98%76.08%-
HSV(B)74.4º22.83%85.88%-
XYZ58.2366.7947.36-
YUV209.71105.02126.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.79%
GREEN value IS 219 (85.94% from 255) = 36.81%
BLUE value IS 169 (66.41% from 255) = 28.40%
R=34.79%
G=36.81%
B=28.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072191690.0500.230.1474.440.9876.08
HexCFDBA95017E4a294c
Octal31733325150271611251114
Binary110011111101101110101001101010111111010010101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDBA9; }

 p { color: rgb(207,219,169); }

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

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

 a { background-color: rgb(207,219,169); }

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

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

 span { border-color: rgb(207,219,169); }

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