Html Css Color HEX #CED59F Orinoco

📋 copy color: '#CED59F'

red 206 ◦ green 213 ◦ blue 159

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

Shades of Orinoco #CED59F

Tints of Orinoco #CED59F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.85%

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

R = 35.64%
G = 36.85%
B = 27.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#CED59F (or 0xCED59F) is known color: Orinoco. HEX triplet: CE, D5 and 9F. RGB value is (206,213,159). Sum of RGB (Red+Green+Blue) = 206+213+159=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 159 (62.5% from 255 or 27.51% from 578); Max value from RGB is 213 - color contains mainly: green. Hex color #CED59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED59F is #312A60. Grayscale: #CCCCCC. Windows color (decimal): -3222113 or 10474958. OLE color: 10474958.

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

Color convert

RGB 206 213 159 -
CMYK 0.03 0 0.25 0.16
HSL 67.78º 0.39% 0.73% -
HSV(B) 67.78º 0.25% 0.84% -
XYZ 55.51 63.21 42.08 -
YUV 204.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 206 213 159 0.03 0 0.25 0.16 67.78 0.39 0.73
Hex CE D5 9F 3 0 19 10 44 27 49
Octal 316 325 237 3 0 31 20 104 47 111
Binary 11001110 11010101 10011111 11 0 11001 10000 1000100 100111 1001001

Color Harmonies of #CED59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED59F

Black with #CED59F

Text Example


Text Example

White with #CED59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED59F; }

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

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

background-color css

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

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

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

border-color css

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

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

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