Html Css Color HEX #CFD59E Orinoco

📋 copy color: '#CFD59E'

red 207 ◦ green 213 ◦ blue 158

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

Shades of Orinoco #CFD59E

Tints of Orinoco #CFD59E

RGB

 RED value IS 207 (81.25% from 255) = 35.81%

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

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

R = 35.81%
G = 36.85%
B = 27.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#CFD59E (or 0xCFD59E) is known color: Orinoco. HEX triplet: CF, D5 and 9E. RGB value is (207,213,158). Sum of RGB (Red+Green+Blue) = 207+213+158=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 158 (62.11% from 255 or 27.34% from 578); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD59E is #302A61. Grayscale: #CDCDCD. Windows color (decimal): -3156578 or 10409423. OLE color: 10409423.

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

Color convert

RGB 207 213 158 -
CMYK 0.03 0 0.26 0.16
HSL 66.55º 0.4% 0.73% -
HSV(B) 66.55º 0.26% 0.84% -
XYZ 55.7 63.32 41.63 -
YUV 204.94 101.51 129.47 -
System Red Green Blue C M Y K H S L
Decimal 207 213 158 0.03 0 0.26 0.16 66.55 0.4 0.73
Hex CF D5 9E 3 0 1A 10 43 28 49
Octal 317 325 236 3 0 32 20 103 50 111
Binary 11001111 11010101 10011110 11 0 11010 10000 1000011 101000 1001001

Color Harmonies of #CFD59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD59E

Black with #CFD59E

Text Example


Text Example

White with #CFD59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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