Html Css Color HEX #CDD59D Orinoco

📋 copy color: '#CDD59D'

red 205 ◦ green 213 ◦ blue 157

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

Shades of Orinoco #CDD59D

Tints of Orinoco #CDD59D

RGB

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

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

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

R = 35.65%
G = 37.04%
B = 27.3%

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

#CDD59D (or 0xCDD59D) is known color: Orinoco. HEX triplet: CD, D5 and 9D. RGB value is (205,213,157). Sum of RGB (Red+Green+Blue) = 205+213+157=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD59D is #322A62. Grayscale: #CCCCCC. Windows color (decimal): -3287651 or 10343885. OLE color: 10343885.

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

Color convert

RGB 205 213 157 -
CMYK 0.04 0 0.26 0.16
HSL 68.57º 0.4% 0.73% -
HSV(B) 68.57º 0.26% 0.84% -
XYZ 55.06 63 41.16 -
YUV 204.22 101.35 128.55 -
System Red Green Blue C M Y K H S L
Decimal 205 213 157 0.04 0 0.26 0.16 68.57 0.4 0.73
Hex CD D5 9D 4 0 1A 10 45 28 49
Octal 315 325 235 4 0 32 20 105 50 111
Binary 11001101 11010101 10011101 100 0 11010 10000 1000101 101000 1001001

Color Harmonies of #CDD59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD59D

Black with #CDD59D

Text Example


Text Example

White with #CDD59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD59D; }

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

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

background-color css

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

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

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

border-color css

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

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

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