#CCD69F

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

Shades of Orinoco #CCD69F

Tints of Orinoco #CCD69F

Color information

#CCD69F (or 0xCCD69F) is unknown color: approx Orinoco. HEX triplet: CC, D6 and 9F. RGB value is (204,214,159). Sum of RGB (Red+Green+Blue) = 204+214+159=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 159 (62.5% from 255 or 27.56% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD69F is #332960. Grayscale: #CCCCCC. Windows color (decimal): -3352929 or 10475212. OLE color: 10475212.

HSL color Cylindrical-coordinate representation of color #CCD69F: hue angle of 70.91º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCD69F is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB204214159-
CMYK0.0500.260.16
HSL70.91º40.15%73.14%-
HSV(B)70.91º25.7%83.92%-
XYZ55.2163.4342.14-
YUV204.74102.19127.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 214 (83.98% from 255) = 37.09%
BLUE value IS 159 (62.5% from 255) = 27.56%
R=35.36%
G=37.09%
B=27.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042141590.0500.260.1670.9140.1573.14
HexCCD69F501A10472849
Octal31432623750322010750111
Binary1100110011010110100111111010110101000010001111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD69F; }

 p { color: rgb(204,214,159); }

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

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

 a { background-color: rgb(204,214,159); }

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

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

 span { border-color: rgb(204,214,159); }

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