#CDD69F

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

Shades of Orinoco #CDD69F

Tints of Orinoco #CDD69F

Color information

#CDD69F (or 0xCDD69F) is unknown color: approx Orinoco. HEX triplet: CD, D6 and 9F. RGB value is (205,214,159). Sum of RGB (Red+Green+Blue) = 205+214+159=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 159 (62.5% from 255 or 27.51% from 578); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD69F is #322960. Grayscale: #CDCDCD. Windows color (decimal): -3287393 or 10475213. OLE color: 10475213.

HSL color Cylindrical-coordinate representation of color #CDD69F: hue angle of 69.82º 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 #CDD69F is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB205214159-
CMYK0.0400.260.16
HSL69.82º40.15%73.14%-
HSV(B)69.82º25.7%83.92%-
XYZ55.4863.5842.15-
YUV205.04102.02127.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 214 (83.98% from 255) = 37.02%
BLUE value IS 159 (62.5% from 255) = 27.51%
R=35.47%
G=37.02%
B=27.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052141590.0400.260.1669.8240.1573.14
HexCDD69F401A10462849
Octal31532623740322010650111
Binary1100110111010110100111111000110101000010001101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD69F; }

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

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

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

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

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

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

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

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