Html Css Color HEX #CED69F Orinoco

📋 copy color: '#CED69F'

red 206 ◦ green 214 ◦ blue 159

#CED69F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orinoco #CED69F

Tints of Orinoco #CED69F

RGB

 RED value IS 206 (80.86% from 255) = 35.58%

 GREEN value IS 214 (83.98% from 255) = 36.96%

 BLUE value IS 159 (62.5% from 255) = 27.46%

R = 35.58%
G = 36.96%
B = 27.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#CED69F (or 0xCED69F) is known color: Orinoco. HEX triplet: CE, D6 and 9F. RGB value is (206,214,159). Sum of RGB (Red+Green+Blue) = 206+214+159=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 159 (62.5% from 255 or 27.46% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #CED69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED69F is #312960. Grayscale: #CDCDCD. Windows color (decimal): -3221857 or 10475214. OLE color: 10475214.

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

Color convert

RGB 206 214 159 -
CMYK 0.04 0 0.26 0.16
HSL 68.73º 0.4% 0.73% -
HSV(B) 68.73º 0.26% 0.84% -
XYZ 55.76 63.72 42.16 -
YUV 205.34 101.85 128.47 -
System Red Green Blue C M Y K H S L
Decimal 206 214 159 0.04 0 0.26 0.16 68.73 0.4 0.73
Hex CE D6 9F 4 0 1A 10 45 28 49
Octal 316 326 237 4 0 32 20 105 50 111
Binary 11001110 11010110 10011111 100 0 11010 10000 1000101 101000 1001001

Color Harmonies of #CED69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED69F

Black with #CED69F

Text Example


Text Example

White with #CED69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED69F; }

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

 H1.HeaderClassName
 {
   color: #CED69F;
 }
 .AnyTagClassName
 {
   color: #CED69F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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