Html Css Color HEX #CDD39F Orinoco

📋 copy color: '#CDD39F'

red 205 ◦ green 211 ◦ blue 159

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

Shades of Orinoco #CDD39F

Tints of Orinoco #CDD39F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.7%

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

R = 35.65%
G = 36.7%
B = 27.65%

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

#CDD39F (or 0xCDD39F) is known color: Orinoco. HEX triplet: CD, D3 and 9F. RGB value is (205,211,159). Sum of RGB (Red+Green+Blue) = 205+211+159=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD39F is #322C60. Grayscale: #CBCBCB. Windows color (decimal): -3288161 or 10474445. OLE color: 10474445.

HSL color Cylindrical-coordinate representation of color #CDD39F: hue angle of 66.92º degrees, saturation: 0.37, 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 #CDD39F is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 211 159 -
CMYK 0.03 0 0.25 0.17
HSL 66.92º 0.37% 0.73% -
HSV(B) 66.92º 0.25% 0.83% -
XYZ 54.73 62.07 41.9 -
YUV 203.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 205 211 159 0.03 0 0.25 0.17 66.92 0.37 0.73
Hex CD D3 9F 3 0 19 11 43 25 49
Octal 315 323 237 3 0 31 21 103 45 111
Binary 11001101 11010011 10011111 11 0 11001 10001 1000011 100101 1001001

Color Harmonies of #CDD39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD39F

Black with #CDD39F

Text Example


Text Example

White with #CDD39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD39F; }

 p { color: rgb(205,211,159); }

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

background-color css

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

 a { background-color: rgb(205,211,159); }

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

border-color css

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

 span { border-color: rgb(205,211,159); }

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