Html Css Color HEX #CDD59E Orinoco

📋 copy color: '#CDD59E'

red 205 ◦ green 213 ◦ blue 158

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

Shades of Orinoco #CDD59E

Tints of Orinoco #CDD59E

RGB

 RED value IS 205 (80.47% from 255) = 35.59%

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

 BLUE value IS 158 (62.11% from 255) = 27.43%

R = 35.59%
G = 36.98%
B = 27.43%

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

#CDD59E (or 0xCDD59E) is known color: Orinoco. HEX triplet: CD, D5 and 9E. RGB value is (205,213,158). Sum of RGB (Red+Green+Blue) = 205+213+158=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 158 (62.11% from 255 or 27.43% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD59E is #322A61. Grayscale: #CCCCCC. Windows color (decimal): -3287650 or 10409421. OLE color: 10409421.

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

Color convert

RGB 205 213 158 -
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.14 63.04 41.61 -
YUV 204.34 101.85 128.47 -
System Red Green Blue C M Y K H S L
Decimal 205 213 158 0.04 0 0.26 0.16 68.73 0.4 0.73
Hex CD D5 9E 4 0 1A 10 45 28 49
Octal 315 325 236 4 0 32 20 105 50 111
Binary 11001101 11010101 10011110 100 0 11010 10000 1000101 101000 1001001

Color Harmonies of #CDD59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD59E

Black with #CDD59E

Text Example


Text Example

White with #CDD59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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