Html Css Color HEX #CED59D Orinoco

📋 copy color: '#CED59D'

red 206 ◦ green 213 ◦ blue 157

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

Shades of Orinoco #CED59D

Tints of Orinoco #CED59D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.26%

R = 35.76%
G = 36.98%
B = 27.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#CED59D (or 0xCED59D) is known color: Orinoco. HEX triplet: CE, D5 and 9D. RGB value is (206,213,157). Sum of RGB (Red+Green+Blue) = 206+213+157=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #CED59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED59D is #312A62. Grayscale: #CCCCCC. Windows color (decimal): -3222115 or 10343886. OLE color: 10343886.

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

Color convert

RGB 206 213 157 -
CMYK 0.03 0 0.26 0.16
HSL 67.5º 0.4% 0.73% -
HSV(B) 67.5º 0.26% 0.84% -
XYZ 55.33 63.14 41.17 -
YUV 204.52 101.18 129.05 -
System Red Green Blue C M Y K H S L
Decimal 206 213 157 0.03 0 0.26 0.16 67.5 0.4 0.73
Hex CE D5 9D 3 0 1A 10 44 28 49
Octal 316 325 235 3 0 32 20 104 50 111
Binary 11001110 11010101 10011101 11 0 11010 10000 1000100 101000 1001001

Color Harmonies of #CED59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED59D

Black with #CED59D

Text Example


Text Example

White with #CED59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED59D; }

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

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

background-color css

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

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

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

border-color css

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

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

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