#CDD69E

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

Shades of Orinoco #CDD69E

Tints of Orinoco #CDD69E

Color information

#CDD69E (or 0xCDD69E) is unknown color: approx Orinoco. HEX triplet: CD, D6 and 9E. RGB value is (205,214,158). Sum of RGB (Red+Green+Blue) = 205+214+158=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD69E is #322961. Grayscale: #CDCDCD. Windows color (decimal): -3287394 or 10409677. OLE color: 10409677.

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

Color convert

RGB205214158-
CMYK0.0400.260.16
HSL69.64º40.58%72.94%-
HSV(B)69.64º26.17%83.92%-
XYZ55.3963.5441.69-
YUV204.92101.52128.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 214 (83.98% from 255) = 37.09%
BLUE value IS 158 (62.11% from 255) = 27.38%
R=35.53%
G=37.09%
B=27.38%

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
Decimal2052141580.0400.260.1669.6440.5872.94
HexCDD69E401A10462949
Octal31532623640322010651111
Binary1100110111010110100111101000110101000010001101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD69E; }

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

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

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

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

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

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

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

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