#CFDA9D

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

Shades of Orinoco #CFDA9D

Tints of Orinoco #CFDA9D

Color information

#CFDA9D (or 0xCFDA9D) is unknown color: approx Orinoco. HEX triplet: CF, DA and 9D. RGB value is (207,218,157). Sum of RGB (Red+Green+Blue) = 207+218+157=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 157 (61.72% from 255 or 26.98% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDA9D is #302562. Grayscale: #CFCFCF. Windows color (decimal): -3155299 or 10345167. OLE color: 10345167.

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

Color convert

RGB207218157-
CMYK0.0500.280.15
HSL70.82º45.19%73.53%-
HSV(B)70.82º27.98%85.49%-
XYZ56.8965.8441.61-
YUV207.7699.36127.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.57%
GREEN value IS 218 (85.55% from 255) = 37.46%
BLUE value IS 157 (61.72% from 255) = 26.98%
R=35.57%
G=37.46%
B=26.98%

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
Decimal2072181570.0500.280.1570.8245.1973.53
HexCFDA9D501CF472d4a
Octal31733223550341710755112
Binary110011111101101010011101101011100111110001111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDA9D; }

 p { color: rgb(207,218,157); }

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

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

 a { background-color: rgb(207,218,157); }

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

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

 span { border-color: rgb(207,218,157); }

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