Html Css Color HEX #CBD59F Orinoco

📋 copy color: '#CBD59F'

red 203 ◦ green 213 ◦ blue 159

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

Shades of Orinoco #CBD59F

Tints of Orinoco #CBD59F

RGB

 RED value IS 203 (79.69% from 255) = 35.3%

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

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

R = 35.3%
G = 37.04%
B = 27.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#CBD59F (or 0xCBD59F) is known color: Orinoco. HEX triplet: CB, D5 and 9F. RGB value is (203,213,159). Sum of RGB (Red+Green+Blue) = 203+213+159=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD59F is #342A60. Grayscale: #CCCCCC. Windows color (decimal): -3418721 or 10474955. OLE color: 10474955.

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

Color convert

RGB 203 213 159 -
CMYK 0.05 0 0.25 0.16
HSL 71.11º 0.39% 0.73% -
HSV(B) 71.11º 0.25% 0.84% -
XYZ 54.68 62.79 42.04 -
YUV 203.85 102.69 127.39 -
System Red Green Blue C M Y K H S L
Decimal 203 213 159 0.05 0 0.25 0.16 71.11 0.39 0.73
Hex CB D5 9F 5 0 19 10 47 27 49
Octal 313 325 237 5 0 31 20 107 47 111
Binary 11001011 11010101 10011111 101 0 11001 10000 1000111 100111 1001001

Color Harmonies of #CBD59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD59F

Black with #CBD59F

Text Example


Text Example

White with #CBD59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD59F; }

 p { color: rgb(203,213,159); }

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

background-color css

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

 a { background-color: rgb(203,213,159); }

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

border-color css

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

 span { border-color: rgb(203,213,159); }

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