Html Css Color HEX #CDD49E Orinoco

📋 copy color: '#CDD49E'

red 205 ◦ green 212 ◦ blue 158

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

Shades of Orinoco #CDD49E

Tints of Orinoco #CDD49E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.87%

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

R = 35.65%
G = 36.87%
B = 27.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#CDD49E (or 0xCDD49E) is known color: Orinoco. HEX triplet: CD, D4 and 9E. RGB value is (205,212,158). Sum of RGB (Red+Green+Blue) = 205+212+158=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD49E is #322B61. Grayscale: #CBCBCB. Windows color (decimal): -3287906 or 10409165. OLE color: 10409165.

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

Color convert

RGB 205 212 158 -
CMYK 0.03 0 0.25 0.17
HSL 67.78º 0.39% 0.73% -
HSV(B) 67.78º 0.25% 0.83% -
XYZ 54.89 62.53 41.53 -
YUV 203.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 205 212 158 0.03 0 0.25 0.17 67.78 0.39 0.73
Hex CD D4 9E 3 0 19 11 44 27 49
Octal 315 324 236 3 0 31 21 104 47 111
Binary 11001101 11010100 10011110 11 0 11001 10001 1000100 100111 1001001

Color Harmonies of #CDD49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD49E

Black with #CDD49E

Text Example


Text Example

White with #CDD49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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